Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2020-04-10 11:17:51 -04:00
parent 79e1930f5a
commit af7e72f855

View File

@ -63,6 +63,7 @@ docker create \
-p 3389:3389 \
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
-v /path/to/data:/config `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
linuxserver/rdesktop
```
@ -74,7 +75,7 @@ Compatible with docker-compose v2 schemas.
```yaml
---
version: "2"
version: "2.1"
services:
rdesktop:
image: linuxserver/rdesktop
@ -90,6 +91,7 @@ services:
- /path/to/data:/config #optional
ports:
- 3389:3389
shm_size: "1gb" #optional
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 |
#### Miscellaneous Options
| Parameter | Function |
| :-----: | --- |
| `--shm-size=` | We set this to 1 gig to prevent modern web browsers from crashing |
## 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.
## 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