1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

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
2016-06-03 17:04:04 +02:00
committed by Tibor Vass
parent 792bba49eb
commit 2db559a3cd

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
"