Skip to content

Commit

Permalink
Add manual support for macvlan networks to bash completion
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit 6c98d5b)
Signed-off-by: Tibor Vass <[email protected]>
  • Loading branch information
albers authored and Tibor Vass committed Jul 26, 2016
1 parent 7876fa1 commit 8e0e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -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 / }
Expand Down

0 comments on commit 8e0e764

Please sign in to comment.