bash completion for docker run healthcheck options

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: f738e6a732aac706ceeb5d6d02ac61d7f780e1fd
Component: engine
This commit is contained in:
Harald Albers
2016-06-03 17:04:04 +02:00
parent d64411abc7
commit 2eea0b819d

View File

@ -1726,9 +1726,14 @@ _docker_run() {
if [ "$command" = "run" ] ; then
options_with_args="$options_with_args
--detach-keys
--health-cmd
--health-interval
--health-retries
--health-timeout
"
boolean_options="$boolean_options
--detach -d
--no-healthcheck
--rm
--sig-proxy=false
"