Skip to content

Commit

Permalink
Merge pull request moby#23239 from albers/completion-run-healthcheck
Browse files Browse the repository at this point in the history
bash completion for `docker run` healthcheck options
  • Loading branch information
vdemeester committed Jun 3, 2016
2 parents b0a949e + f738e6a commit 5429f4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 5429f4e

Please sign in to comment.