@@ -199,7 +199,7 @@ read the configuration from `config.json`.
199199 so that the host's namespace will be used by the container instead of
200200 creating or joining another namespace.
201201
202- ** --linux-namespace-remove-all**
202+ ** --linux-namespace-remove-all** =true|false
203203 Removes all namespaces from the set of namespaces configured for a container,
204204 such that the container will effectively run on the host.
205205
@@ -230,7 +230,7 @@ read the configuration from `config.json`.
230230
231231** --linux-rootfs-propagation** =PROPOGATIONMODE
232232 Mount propagation for root filesystem.
233- Values are "shared, rshared, private, rprivate, slave, rslave "
233+ Values are "shared, private, slave, unbindable "
234234
235235** --linux-seccomp-allow** =SYSCALL
236236 Specifies syscalls to be added to the ALLOW list.
@@ -254,13 +254,13 @@ read the configuration from `config.json`.
254254** --linux-seccomp-kill** =SYSCALL
255255 Specifies syscalls to create seccomp rule to respond with KILL.
256256
257- ** --linux-seccomp-only**
257+ ** --linux-seccomp-only** ==true|false
258258 Option to only export the seccomp section of output
259259
260- ** --linux-seccomp-remove**
260+ ** --linux-seccomp-remove** = [ ]
261261 Specifies syscall restrictions to remove from the configuration.
262262
263- ** --linux-seccomp-remove-all**
263+ ** --linux-seccomp-remove-all** ==true|false
264264 Option to remove all syscall restrictions.
265265
266266** --linux-seccomp-trace** =SYSCALL
@@ -285,7 +285,7 @@ read the configuration from `config.json`.
285285 Add sysctl settings e.g net.ipv4.forward=1, only allowed if the syctl is
286286 namespaced.
287287
288- ** --linux-uidmappings**
288+ ** --linux-uidmappings** = [ ]
289289
290290 Add UIDMappings e.g HostUID:ContainerID: Size . Implies ** --user=** .
291291
0 commit comments