bash completion for docker run healthcheck options

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: e116088cb2
Component: cli
This commit is contained in:
Harald Albers
2017-06-02 00:07:41 +00:00
committed by Tibor Vass
parent 792bba49eb
commit 2db559a3cd
@@ -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
"