Skip to content

Commit a518be2

Browse files
Bot Updating Documentation
1 parent 1f5fff6 commit a518be2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/images/docker-remmina.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The architectures supported by this image are:
4040

4141
The application can be accessed at:
4242

43-
* http://yourhost:3000/
4443
* https://yourhost:3001/
4544

4645
### Strict reverse proxies
@@ -62,6 +61,8 @@ By default, this container has no authentication. The optional `CUSTOM_USER` and
6261

6362
The web interface includes a terminal with passwordless `sudo` access. Any user with access to the GUI can gain root control within the container, install arbitrary software, and probe your local network.
6463

64+
While not generally recommended, certain legacy environments specifically those with older hardware or outdated Linux distributions may require the deactivation of the standard seccomp profile to get containerized desktop software to run. This can be achieved by utilizing the `--security-opt seccomp=unconfined` parameter. It is critical to use this option only when absolutely necessary as it disables a key security layer of Docker, elevating the potential for container escape vulnerabilities.
65+
6566
### Options in all Selkies-based GUI containers
6667

6768
This container is based on [Docker Baseimage Selkies](https://github.com/linuxserver/docker-baseimage-selkies), which provides the following environment variables and run configurations to customize its functionality.
@@ -215,6 +216,7 @@ services:
215216
ports:
216217
- 3000:3000
217218
- 3001:3001
219+
shm_size: "1gb"
218220
restart: unless-stopped
219221
```
220222
@@ -229,6 +231,7 @@ docker run -d \
229231
-p 3000:3000 \
230232
-p 3001:3001 \
231233
-v /path/to/remmina/config:/config \
234+
--shm-size="1gb" \
232235
--restart unless-stopped \
233236
lscr.io/linuxserver/remmina:latest
234237
```
@@ -262,6 +265,7 @@ Containers are configured using parameters passed at runtime (such as those abov
262265

263266
| Parameter | Function |
264267
| :-----: | --- |
268+
| `--shm-size=` | Recommended for all desktop images. |
265269

266270
## Environment variables from files (Docker secrets)
267271

0 commit comments

Comments
 (0)