File tree Expand file tree Collapse file tree 1 file changed +71
-63
lines changed
Expand file tree Collapse file tree 1 file changed +71
-63
lines changed Original file line number Diff line number Diff line change @@ -292,72 +292,80 @@ _oci-runtime-tool_help() {
292292
293293_oci-runtime-tool_generate () {
294294 local options_with_args="
295- --arch
296- --apparmor
297- --args
298- --bind
299- --cap-add
300- --cap-drop
301- --cgroup
302- --cgroup-path
303- --cwd
304- --disable-oom-kill
305- --env
306- --env-file
307- --gid
308- --gidmappings
309- --groups
310- --hostname
311- --help
312- --ipc
313- --label
314- --linux-network-classid
315- --linux-network-priorities
316- --linux-pids-limit
317- --masked-paths
318- --mount
319- --mount-cgroups
320- --mount-label
321- --network
322- --os
323- --output
324- --pid
325- --poststart
326- --poststop
327- --prestart
328- --readonly-paths
329- --rootfs-path
330- --rootfs-propagation
331- --rlimits-add
332- --rlimits-remove
333- --rlimits-remove-all
334- --seccomp-allow
335- --seccomp-arch
336- --seccomp-default
337- --seccomp-default-force
338- --seccomp-errno
339- --seccomp-kill
340- --seccomp-only
341- --seccomp-remove
342- --seccomp-remove-all
343- --seccomp-trace
344- --seccomp-trap
345- --seccomp-syscalls
346- --selinux-label
347- --sysctl
348- --tmplate
349- --tmpfs
350- --uid
351- --uidmappings
352- --user
353- --uts
295+ --apparmor
296+ --arch
297+ --args
298+ --bind
299+ --cap-add
300+ --cap-drop
301+ --cgroups-path
302+ --cwd
303+ --env
304+ --env-file
305+ --gid
306+ --gidmappings
307+ --groups
308+ --hostname
309+ --label
310+ --linux-cpu-shares
311+ --linux-cpu-period
312+ --linux-cpu-quota
313+ --linux-cpus
314+ --linux-mem-kernel-limit
315+ --linux-mem-kernel-tcp
316+ --linux-mem-limit
317+ --linux-mem-reservation
318+ --linux-mem-swap
319+ --linux-mem-swappiness
320+ --linux-mems
321+ --linux-namespace-add
322+ --linux-namespace-remove
323+ --linux-network-classid
324+ --linux-network-priorities
325+ --linux-pids-limit
326+ --linux-realtime-period
327+ --linux-realtime-runtime
328+ --masked-paths
329+ --mount-cgroups
330+ --mount-label
331+ --oom-score-adj
332+ --os
333+ --output
334+ --poststart
335+ --poststop
336+ --prestart
337+ --readonly-paths
338+ --rootfs-path
339+ --rootfs-propagation
340+ --rlimits-add
341+ --rlimits-remove
342+ --seccomp-allow
343+ --seccomp-arch
344+ --seccomp-default
345+ --seccomp-default-force
346+ --seccomp-errno
347+ --seccomp-kill
348+ --seccomp-remove
349+ --seccomp-trace
350+ --seccomp-trap
351+ --selinux-label
352+ --sysctl
353+ --template
354+ --tmpfs
355+ --uid
356+ --uidmappings
354357 "
355358
356359 local boolean_options="
357- --no-new-privileges
358- --privileged
359- --rootfs-readonly
360- --tty
360+ --disable-oom-kill
361+ --linux-namespace-remove-all
362+ --no-new-privileges
363+ --privileged
364+ --rlimits-remove-all
365+ --rootfs-readonly
366+ --seccomp-only
367+ --seccomp-remove-all
368+ --tty
361369 "
362370
363371 local all_options=" $options_with_args $boolean_options "
You can’t perform that action at this time.
0 commit comments