Skip to content

Commit 051457c

Browse files
Bot Updating Documentation
1 parent 573bf05 commit 051457c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/images/docker-doublecommander.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ By default, this container has no authentication. The optional `CUSTOM_USER` and
6262

6363
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.
6464

65+
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.
66+
6567
### Options in all Selkies-based GUI containers
6668

6769
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.
@@ -216,6 +218,7 @@ services:
216218
ports:
217219
- 3000:3000
218220
- 3001:3001
221+
shm_size: "1gb"
219222
restart: unless-stopped
220223
```
221224
@@ -231,6 +234,7 @@ docker run -d \
231234
-p 3001:3001 \
232235
-v /path/to/config:/config \
233236
-v /path/to/data:/data \
237+
--shm-size="1gb" \
234238
--restart unless-stopped \
235239
lscr.io/linuxserver/doublecommander:latest
236240
```
@@ -265,6 +269,7 @@ Containers are configured using parameters passed at runtime (such as those abov
265269

266270
| Parameter | Function |
267271
| :-----: | --- |
272+
| `--shm-size=` | Recommended for all desktop images. |
268273

269274
## Environment variables from files (Docker secrets)
270275

@@ -495,13 +500,14 @@ To help with development, we generate this dependency graph.
495500
svc-xsettingsd -> legacy-services
496501
}
497502
Base Images: {
498-
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"
503+
"baseimage-selkies:debiantrixie" <- "baseimage-debian:trixie"
499504
}
500505
"doublecommander:latest" <- Base Images
501506
```
502507

503508
## Versions
504509

510+
* **22.09.25:** - Rebase to Debian Trixie.
505511
* **28.07.25:** - Fix CPU usage bug by disabling fake udev.
506512
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
507513
* **05.07.24:** - Add rar, 7zip, ace, and arj archive support.

0 commit comments

Comments
 (0)