mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --no-new-privileges`
This adds bash completion for https://github.com/moby/moby/pull/32944. Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
5296907bef
commit
112348d4db
|
@ -1962,6 +1962,7 @@ _docker_daemon() {
|
|||
--iptables=false
|
||||
--ipv6
|
||||
--live-restore
|
||||
--no-new-privileges
|
||||
--raw-logs
|
||||
--selinux-enabled
|
||||
--userland-proxy=false
|
||||
|
|
Loading…
Reference in New Issue