@@ -202,7 +202,7 @@ read the configuration from `config.json`.
202202 Set maximum number of PIDs.
203203
204204** --linux-readonly-paths** =[ ]
205- Specifies paths readonly inside container. e.g. --readonly-paths=/proc/sys
205+ Specifies paths readonly inside container. e.g. --linux- readonly-paths=/proc/sys
206206 This option can be specified multiple times.
207207
208208** --linux-realtime-period** =REALTIMEPERIOD
@@ -215,7 +215,7 @@ read the configuration from `config.json`.
215215 Mount propagation for root filesystem.
216216 Values are "shared, rshared, private, rprivate, slave, rslave"
217217
218- ** --linux-eccomp -allow** =SYSCALL
218+ ** --linux-seccomp -allow** =SYSCALL
219219 Specifies syscalls to be added to the ALLOW list.
220220 See --linux-seccomp-syscalls for setting limits on arguments.
221221
@@ -350,7 +350,7 @@ read the configuration from `config.json`.
350350 containers with this flag.
351351
352352** --process-rlimits-add** =[ ]
353- Specifies resource limits, format is RLIMIT:HARD: SOFT . e.g. --rlimits-add=RLIMIT_NOFILE:1024:1024
353+ Specifies resource limits, format is RLIMIT:HARD: SOFT . e.g. --process- rlimits-add=RLIMIT_NOFILE:1024:1024
354354 This option can be specified multiple times. When same RLIMIT specified over once, the last one make sense.
355355
356356** --process-rlimits-remove** =[ ]
0 commit comments