mirror of https://github.com/docker/cli.git
bash completion for `docker run` healthcheck options
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
ae11c80580
commit
e116088cb2
|
@ -1726,9 +1726,14 @@ _docker_run() {
|
||||||
if [ "$command" = "run" ] ; then
|
if [ "$command" = "run" ] ; then
|
||||||
options_with_args="$options_with_args
|
options_with_args="$options_with_args
|
||||||
--detach-keys
|
--detach-keys
|
||||||
|
--health-cmd
|
||||||
|
--health-interval
|
||||||
|
--health-retries
|
||||||
|
--health-timeout
|
||||||
"
|
"
|
||||||
boolean_options="$boolean_options
|
boolean_options="$boolean_options
|
||||||
--detach -d
|
--detach -d
|
||||||
|
--no-healthcheck
|
||||||
--rm
|
--rm
|
||||||
--sig-proxy=false
|
--sig-proxy=false
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue