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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Container images are configured using parameters passed at runtime (such as thos
120
120
|`-e PGID=1000`| for GroupID - see below for explanation |
121
121
|`-e TZ=Europe/London`| Specify a timezone to use EG Europe/London. |
122
122
|`-v /config`| Users home directory in the container, stores local files and settings |
123
-
|`--security-opt seccomp=unconfined`| For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker. |
123
+
|`--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. |
124
124
125
125
## Environment variables from files (Docker secrets)
0 commit comments