Dockerfile for quacamole 0.9.2
Based on phusion
Randy Hall [email protected]
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
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