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
|
--iptables=false
|
||||||
--ipv6
|
--ipv6
|
||||||
--live-restore
|
--live-restore
|
||||||
|
--no-new-privileges
|
||||||
--raw-logs
|
--raw-logs
|
||||||
--selinux-enabled
|
--selinux-enabled
|
||||||
--userland-proxy=false
|
--userland-proxy=false
|
||||||
|
|
Loading…
Reference in New Issue