mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
79e1930f5a
commit
af7e72f855
@ -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
|
||||
[](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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user