mirror of https://github.com/docker/cli.git
Add manual support for macvlan networks to bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
99bf996fdf
commit
6218da47b1
|
@ -1445,7 +1445,7 @@ _docker_network_create() {
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--driver|-d)
|
--driver|-d)
|
||||||
local plugins=" $(__docker_plugins Network) "
|
local plugins="$(__docker_plugins Network) macvlan"
|
||||||
# remove drivers that allow one instance only
|
# remove drivers that allow one instance only
|
||||||
plugins=${plugins/ host / }
|
plugins=${plugins/ host / }
|
||||||
plugins=${plugins/ null / }
|
plugins=${plugins/ null / }
|
||||||
|
|
Loading…
Reference in New Issue