You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -292,22 +283,18 @@ Containers are configured using parameters passed at runtime (such as those abov
292
283
|`PUID=1000`| for UserID - see below for explanation |
293
284
|`PGID=1000`| for GroupID - see below for explanation |
294
285
|`TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
295
-
|`SUBFOLDER=/`| Specify a subfolder to use with reverse proxies, IE `/subfolder/`|
296
-
|`TITLE=Webtop`| String which will be used as page/tab title in the web browser. |
297
286
298
287
### Volume Mappings (`-v`)
299
288
300
289
| Volume | Function |
301
290
| :----: | --- |
302
291
|`/config`| abc users home directory |
303
-
|`/var/run/docker.sock`| Docker Socket on the system, if you want to use Docker in the container |
304
292
305
293
#### Miscellaneous Options
306
294
307
295
| Parameter | Function |
308
296
| :-----: | --- |
309
-
|`--shm-size=`| We set this to 1 gig to prevent modern web browsers from crashing |
310
-
|`--security-opt seccomp=unconfined`| For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |
297
+
|`--shm-size=`| Recommended for all desktop images. |
311
298
312
299
## Environment variables from files (Docker secrets)
0 commit comments