File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ _ocitools_generate() {
275275 --cap-add
276276 --cap-drop
277277 --cgroup
278+ --cgroup-path
278279 --cwd
279280 --env
280281 --gid
@@ -283,25 +284,31 @@ _ocitools_generate() {
283284 --hostname
284285 --help
285286 --ipc
287+ --label
286288 --mount
287289 --mount-cgroups
290+ --mount-label
288291 --network
289292 --os
293+ --output
290294 --pid
291295 --poststart
292296 --poststop
293297 --prestart
294298 --root-propagation
295299 --rootfs
296- --seccomp-default
300+ --seccomp-allow
297301 --seccomp-arch
302+ --seccomp-default
303+ --seccomp-errno
298304 --seccomp-syscalls
299305 --selinux-label
300- --mount-label
301306 --sysctl
307+ --tmplate
302308 --tmpfs
303309 --uid
304310 --uidmappings
311+ --user
305312 --uts
306313 "
307314
@@ -330,11 +337,6 @@ _ocitools_generate() {
330337 return
331338 ;;
332339
333- --seccomp-default)
334- __ocitools_complete_seccomp_actions
335- return
336- ;;
337-
338340 --root-propagation)
339341 __ocitools_complete_propagations
340342 return
You can’t perform that action at this time.
0 commit comments