mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add zsh completion for 'docker network create --attachable'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
9249b29348
commit
bce11a29f8
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