Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-04-10 11:17:51 -04:00
rodzic ac136fb921
commit ac53ca3fdb
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -63,6 +63,7 @@ docker create \
-p 3389:3389 \ -p 3389:3389 \
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \ -v /var/run/docker.sock:/var/run/docker.sock `#optional` \
-v /path/to/data:/config `#optional` \ -v /path/to/data:/config `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/rdesktop linuxserver/rdesktop
``` ```
@ -74,7 +75,7 @@ Compatible with docker-compose v2 schemas.
```yaml ```yaml
--- ---
version: "2" version: "2.1"
services: services:
rdesktop: rdesktop:
image: linuxserver/rdesktop image: linuxserver/rdesktop
@ -90,6 +91,7 @@ services:
- /path/to/data:/config #optional - /path/to/data:/config #optional
ports: ports:
- 3389:3389 - 3389:3389
shm_size: "1gb" #optional
restart: unless-stopped restart: unless-stopped
``` ```
@ -120,6 +122,11 @@ Docker images are configured using parameters passed at runtime (such as those a
| `/config` | abc users home directory | | `/config` | abc users home directory |
#### Miscellaneous Options
| Parameter | Function |
| :-----: | --- |
| `--shm-size=` | We set this to 1 gig to prevent modern web browsers from crashing |
## User / Group Identifiers ## User / Group Identifiers
@ -152,6 +159,11 @@ By default we perform all logic for the abc user and we reccomend using that use
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet. All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.
## Docker Mods
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27rdesktop%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=rdesktop "view available mods for this container.")
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
## Support Info ## Support Info