mirror of https://github.com/docker/cli.git
Merge pull request #2914 from albers/completion-dockerd--ip6tables
Add bash completion for `dockerd --ip6tables`
This commit is contained in:
commit
273217915a
|
@ -2553,6 +2553,7 @@ _docker_daemon() {
|
|||
--ip-forward=false
|
||||
--ip-masq=false
|
||||
--iptables=false
|
||||
--ip6tables
|
||||
--ipv6
|
||||
--live-restore
|
||||
--no-new-privileges
|
||||
|
|
Loading…
Reference in New Issue