mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for docker run
healthcheck options
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
147c8b7495
commit
f738e6a732
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue