Sign inSign up

zuhkov/guacamole

By zuhkov

Updated almost 11 years ago

Guacamole 0.9.5 with embedded MariaDB (MySQL) Authentication

Image
8

1M+

zuhkov/guacamole repository overview

Guacamole

Dockerfile for Guacamole 0.9.5 with embedded MariaDB (MySQL) Authentication

Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP.


Author

Zuhkov [email protected]


Building

Build from docker file:

git clone [email protected]:Zuhkov/docker-containers.git
cd guacamole
docker build -t zuhkov/guacamole .

You can also obtain it via:

docker pull zuhkov/guacamole

Running

Create your guacamole config directory (which will contain both the properties file and the database) and then launch with the following:

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

Browse to http://your-host-ip:8080 and login with user and password guacadmin


Credits

Guacamole is an open source project and is copyright Glyptodon LLC

This docker image is built upon the baseimage made by phusion and forked from hall/guacamole

Tag summary

Content type

Image

Digest

sha256:40380fa3e

Size

261.5 MB

Last updated

almost 11 years ago

docker pull zuhkov/guacamole