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:
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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user