mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Add zsh completion for 'docker network create -o --opt'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 4e6212f389
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
9e47fd5a5a
commit
00a2827cb7
@@ -258,6 +258,7 @@ __docker_network_subcommand() {
|
||||
"($help)*--ip-range=[Allocate container ip from a sub-range]:IP/mask: " \
|
||||
"($help)*--gateway=[ipv4 or ipv6 Gateway for the master subnet]:IP: " \
|
||||
"($help)*--aux-address[Auxiliary ipv4 or ipv6 addresses used by network driver]:key=IP: " \
|
||||
"($help)*"{-o=,--opt=}"[Set driver specific options]:key=value: " \
|
||||
"($help -)1:Network Name: " && ret=0
|
||||
;;
|
||||
(inspect|rm)
|
||||
|
||||
Reference in New Issue
Block a user