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:
Harald Albers 2017-07-03 13:30:32 +02:00
parent 5296907bef
commit 112348d4db
1 changed files with 1 additions and 0 deletions

View File

@ -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