Skip to content
forked from hall757/guacamole

Automated docker build for guacamole on centos6

License

Notifications You must be signed in to change notification settings

syncro/guacamole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automated docker build for guacamole on centos6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%