Add manual support for macvlan networks to bash completion

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-07-20 13:13:14 -07:00
parent 81ef36c980
commit 6c98d5bfac
1 changed files with 1 additions and 1 deletions

View File

@ -1445,7 +1445,7 @@ _docker_network_create() {
return
;;
--driver|-d)
local plugins=" $(__docker_plugins Network) "
local plugins="$(__docker_plugins Network) macvlan"
# remove drivers that allow one instance only
plugins=${plugins/ host / }
plugins=${plugins/ null / }