Sign inSign up

hall/guacamole

By hall

Updated almost 11 years ago

Automated build of Guacamole 0.9.3 with tomcat 7 on phusion.HTML5 Client-less Remote Desktop Server.

Image
5

100K+

hall/guacamole repository overview

Guacamole

Dockerfile for quacamole 0.9.3

Based on phusion

Although you can run guacamole from this container it is used a a base for the following

hall/guacamole-guacd - runs only guacd and exports the ports for other containers

hall/guacamole-mysql - runs the web server portion of guacamole and links to a mysql container

hall/guacamole-demo - demo that connects to itself


Author

Randy Hall [email protected]


Building

Build from docker file:

git clone [email protected]:hall757/guacamole.git
cd guacamole
docker build -t hall/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 hall/guacamole

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

Tag summary

Content type

Image

Digest

sha256:821907f09

Size

222.7 MB

Last updated

almost 11 years ago

docker pull hall/guacamole