Skip to content

Commit 7603266

Browse files
committed
contrib/completion: remove --allow-nondistributable-artifacts flag
This flag is deprecated and no longer functional. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2334df1 commit 7603266

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

contrib/completion/bash/docker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,6 @@ _docker_daemon() {
25512551
local options_with_args="
25522552
$global_options_with_args
25532553
--add-runtime
2554-
--allow-nondistributable-artifacts
25552554
--authorization-plugin
25562555
--bip
25572556
--bridge -b

contrib/completion/zsh/_docker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,6 @@ __docker_subcommand() {
27262726
_arguments $(__docker_arguments) \
27272727
$opts_help \
27282728
"($help)*--add-runtime=[Register an additional OCI compatible runtime]:runtime:__docker_complete_runtimes" \
2729-
"($help)*--allow-nondistributable-artifacts=[Push nondistributable artifacts to specified registries]:registry: " \
27302729
"($help)*--authorization-plugin=[Authorization plugins to load]" \
27312730
"($help -b --bridge)"{-b=,--bridge=}"[Attach containers to a network bridge]:bridge:_net_interfaces" \
27322731
"($help)--bip=[Network bridge IP]:IP address: " \

0 commit comments

Comments
 (0)