From f28b6e7ef2b0343249280b446767968220997b10 Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 2 Sep 2017 00:11:49 +1000 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7f4ed7..397c861 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Docker Container for [Apache Guacamole](https://guacamole.incubator.apache.org/), a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. +This container runs the guacamole web client, the guacd server and a postgres database. + ## Usage ```shell @@ -17,3 +19,7 @@ The parameters are split into two halves, separated by a colon, the left hand si * `-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`.