From 69eb573216fc94de00c4519b110d35768955b49a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Mar 2022 20:45:18 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-baseimage-guacgui.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-baseimage-guacgui.md b/images/docker-baseimage-guacgui.md index 10bca89ca7..e090ed5f8a 100755 --- a/images/docker-baseimage-guacgui.md +++ b/images/docker-baseimage-guacgui.md @@ -64,6 +64,7 @@ docker create \ -e APPNAME=xclock \ -e GUAC_USER=abc `#optional` \ -e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 `#optional` \ + -e GUAC_KEYBOARD_LAYOUT=de-de-qwertz `#optional` \ -p 8080:8080 \ -p 3389:3389 \ -v :/config \ @@ -90,6 +91,7 @@ services: - APPNAME=xclock - GUAC_USER=abc #optional - GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 #optional + - GUAC_KEYBOARD_LAYOUT=de-de-qwertz #optional volumes: - :/config ports: @@ -112,6 +114,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e APPNAME=xclock` | Specify the graphical application name shown on RDP access. | | `-e GUAC_USER=abc` | Specify the username for guacamole's web interface. | | `-e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72` | Specify the password's md5 hash for guacamole's web interface. | +| `-e GUAC_KEYBOARD_LAYOUT=de-de-qwertz` | Specify the used keyboard layout for the RDP session used by the gucamole client. Possible values are "en-us-qwerty" (default), de-de-qwertz (German keyboard (qwertz)), fr-fr-azerty (French keyboard (azerty)), fr-ch-qwertz (Swiss French keyboard (qwertz)), it-it-qwerty (Italian keyboard), ja-jp-qwerty (Japanese keyboard) and sv-se-qwerty (Swedish keyboard). | | `-v /config` | Contains X user's home directory contents. |