|
@@ -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
|
|
"
|
|
"
|