Merge pull request #29202 from sdurrheimer/zsh-completion-network-attachable
Add zsh completion for 'docker network create --attachable'
This commit is contained in:
commit
d23bb3d083
1 changed files with 1 additions and 0 deletions
|
@ -1160,6 +1160,7 @@ __docker_network_subcommand() {
|
|||
(create)
|
||||
_arguments $(__docker_arguments) -A '-*' \
|
||||
$opts_help \
|
||||
"($help)--attachable[Enable manual container attachment]" \
|
||||
"($help)*--aux-address[Auxiliary IPv4 or IPv6 addresses used by network driver]:key=IP: " \
|
||||
"($help -d --driver)"{-d=,--driver=}"[Driver to manage the Network]:driver:(null host bridge overlay)" \
|
||||
"($help)*--gateway=[IPv4 or IPv6 Gateway for the master subnet]:IP: " \
|
||||
|
|
Loading…
Reference in a new issue