Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-03-17 22:47:56 +01:00
rodzic ecb65cf19a
commit 11c957d7b3
1 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -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: