Sign inSign up

jasonbean/guacamole

By jasonbean

•Updated over 2 years ago

Dockerfile for Apache Guacamole with embedded MariaDB (MySQL).

Image
23

1M+

jasonbean/guacamole repository overview

⁠Guacamole

Dockerfile for Guacamole 0.9.13 with embedded MariaDB (MySQL) and LDAP authentication

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


⁠Author

Based on the work of Zuhkov [email protected]⁠ and aptalca Updated by Jason Bean to the latest version of guacamole


⁠Building

Build from docker file:

git clone [email protected]:jason-bean/docker-guacamole.git
docker build -t jasonbean/guacamole .

You can also obtain it via:

docker pull jasonbean/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 jasonbean/guacamole

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


⁠Credits

Apache Guacamole copyright The Apache Software Foundation, Licenced under the Apache License, Version 2.0.

This docker image is built upon the baseimage made by phusion and forked from hall/guacamole, and further forked from Zuhkov/docker-containers and then aptalca/docker-containers

Tag summary

Content type

Image

Digest

sha256:00ae36b2f…

Size

316.2 MB

Last updated

over 2 years ago

docker pull jasonbean/guacamole