1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #27716 from sdurrheimer/zsh-completion-daemon-shutdown-timeout

Add zsh completion for 'dockerd --shutdown-timeout'
This commit is contained in:
Vincent Demeester 2016-10-25 08:58:34 -07:00 committed by GitHub
commit 95b459df6d

View file

@ -1626,6 +1626,7 @@ __docker_subcommand() {
"($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \
"($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)--shutdown-timeout=[Set the shutdown timeout value in seconds]:time: " \
"($help)*--storage-opt=[Storage driver options]:storage driver options: " \
"($help)--tls[Use TLS]" \
"($help)--tlscacert=[Trust certs signed only by this CA]:PEM file:_files -g \"*.(pem|crt)\"" \