2017-11-24 22:37:41 +11:00
2017-11-24 22:37:41 +11:00
2017-09-02 00:09:42 +10:00
2017-11-24 22:37:41 +11:00
2017-09-02 00:14:36 +10:00

Docker Guacamole

A Docker Container for Apache Guacamole, a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.

IMAGE ALT TEXT

This container runs the guacamole web client, the guacd server and a postgres database.

Usage

docker run \
  -p 8080:8080 \
  -v </path/to/config>:/config \
  oznu/guacamole

Parameters

The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.

  • -p 8080:8080 - Binds the service to port 8080 on the Docker host, required
  • -v /config - The config and database location, required

Default User

The default username is guacadmin with password guacadmin.

S
Description
A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
Readme GPL-3.0 196 KiB
Latest
2025-11-03 21:52:55 +00:00
Languages
Dockerfile 77.7%
Shell 22.3%