mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker daemon --seccomp-profile'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
e3f47c4a55
commit
071348d392
|
@ -2127,6 +2127,7 @@ __docker_subcommand() {
|
||||||
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|
||||||
"($help)--raw-logs[Full timestamps without ANSI coloring]" \
|
"($help)--raw-logs[Full timestamps without ANSI coloring]" \
|
||||||
"($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \
|
"($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \
|
||||||
|
"($help)--seccomp-profile=[Path to seccomp profile]:path:_files -g \"*.json\"" \
|
||||||
"($help -s --storage-driver)"{-s=,--storage-driver=}"[Storage driver to use]:driver:(aufs btrfs devicemapper overlay overlay2 vfs zfs)" \
|
"($help -s --storage-driver)"{-s=,--storage-driver=}"[Storage driver to use]:driver:(aufs btrfs devicemapper overlay overlay2 vfs zfs)" \
|
||||||
"($help)--selinux-enabled[Enable selinux support]" \
|
"($help)--selinux-enabled[Enable selinux support]" \
|
||||||
"($help)--shutdown-timeout=[Set the shutdown timeout value in seconds]:time: " \
|
"($help)--shutdown-timeout=[Set the shutdown timeout value in seconds]:time: " \
|
||||||
|
|
Loading…
Reference in New Issue