Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 631 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 631 Bytes

Guacamole

Dockerfile for quacamole 0.9.2

Based on phusion


Author

Randy Hall [email protected]


Building

Build from docker file:

git clone [email protected]:hall757/guacamole.git
cd guacamole
docker build -t guacamole . 

You can also obtain it via:

docker pull hall/guacamole

Running

Create your guacamole config directory and populate with the guacamole.properties file. See the sampleconfig directory. Then launch with the following.

docker run -d -v /your-config-location:/etc/guacamole -p 8080:8080 guacamole

Browse to http://your-host-ip:8080