From 11c957d7b32c2b7faf9cd14f675865aaaaaac9ad Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 17 Mar 2020 22:47:56 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-rdesktop.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/images/docker-rdesktop.md b/images/docker-rdesktop.md index ee9d53160..dd2ddea02 100755 --- a/images/docker-rdesktop.md +++ b/images/docker-rdesktop.md @@ -38,14 +38,14 @@ This image provides various versions that are available via tags. `latest` tag u | xfce-bionic | XFCE Bionic | | kde-focal | KDE Focal | | kde-bionic | KDE Bionic | -| lxde-focal | LXDE Focal | -| lxde-bionic | LXDE Bionic | -| budgie-focal | Budgie Focal | -| budgie-bionic | Budgie Bionic | | mate-focal | MATE Focal | | mate-bionic | MATE Bionic | -| kylin-focal | Kylin Focal | -| kylin-bionic | Kylin Bionic | +| i3-focal | i3 Focal | +| i3-bionic | i3 Bionic | +| openbox-focal | Openbox Focal | +| openbox-bionic | Openbox Bionic | +| icewm-focal | IceWM Focal | +| icewm-bionic | IceWM Bionic | ## Usage @@ -56,6 +56,7 @@ Here are some example snippets to help you get started creating a container from ``` docker create \ --name=rdesktop \ + --privileged `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ @@ -78,6 +79,7 @@ services: rdesktop: image: linuxserver/rdesktop container_name: rdesktop + privileged: true #optional environment: - PUID=1000 - PGID=1000 @@ -138,6 +140,8 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel **Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt program** +**The KDE and i3 flavors need to be run in privileged mode to function properly** + You will need a Remote Desktop client to access this container [Wikipedia List](https://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software), by default it listens on 3389, but you can change that port to whatever you wish on the host side IE `3390:3389`. The first thing you should do when you login to the container is to change the abc users password by issuing the `passwd` command. If you ever lose your password you can always reset it by execing into the container as root: