Add bash completion for docker daemon --seccomp-profile

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 98a2071696d51479fb4d162ace95a9857a8a8643
Component: engine
This commit is contained in:
Harald Albers
2016-11-11 16:12:17 +01:00
parent b02f8973b1
commit f1763d3779

View File

@ -1704,6 +1704,7 @@ _docker_daemon() {
--oom-score-adjust
--pidfile -p
--registry-mirror
--seccomp-profile
--shutdown-timeout
--storage-driver -s
--storage-opt
@ -1816,6 +1817,10 @@ _docker_daemon() {
__docker_complete_log_options
return
;;
--seccomp-profile)
_filedir json
return
;;
--userns-remap)
__docker_complete_user_group
return