kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
ecb65cf19a
commit
11c957d7b3
|
@ -38,14 +38,14 @@ This image provides various versions that are available via tags. `latest` tag u
|
||||||
| xfce-bionic | XFCE Bionic |
|
| xfce-bionic | XFCE Bionic |
|
||||||
| kde-focal | KDE Focal |
|
| kde-focal | KDE Focal |
|
||||||
| kde-bionic | KDE Bionic |
|
| 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-focal | MATE Focal |
|
||||||
| mate-bionic | MATE Bionic |
|
| mate-bionic | MATE Bionic |
|
||||||
| kylin-focal | Kylin Focal |
|
| i3-focal | i3 Focal |
|
||||||
| kylin-bionic | Kylin Bionic |
|
| i3-bionic | i3 Bionic |
|
||||||
|
| openbox-focal | Openbox Focal |
|
||||||
|
| openbox-bionic | Openbox Bionic |
|
||||||
|
| icewm-focal | IceWM Focal |
|
||||||
|
| icewm-bionic | IceWM Bionic |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ Here are some example snippets to help you get started creating a container from
|
||||||
```
|
```
|
||||||
docker create \
|
docker create \
|
||||||
--name=rdesktop \
|
--name=rdesktop \
|
||||||
|
--privileged `#optional` \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
|
@ -78,6 +79,7 @@ services:
|
||||||
rdesktop:
|
rdesktop:
|
||||||
image: linuxserver/rdesktop
|
image: linuxserver/rdesktop
|
||||||
container_name: rdesktop
|
container_name: rdesktop
|
||||||
|
privileged: true #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=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**
|
**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`.
|
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.
|
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:
|
If you ever lose your password you can always reset it by execing into the container as root:
|
||||||
|
|
Ładowanie…
Reference in New Issue