From e116088cb2ad1f40a70131bc18f7dd581b0eba7f Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Fri, 3 Jun 2016 17:04:04 +0200 Subject: [PATCH] bash completion for `docker run` healthcheck options Signed-off-by: Harald Albers --- contrib/completion/bash/docker | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/completion/bash/docker b/contrib/completion/bash/docker index 89b2c513..99d554cb 100644 --- a/contrib/completion/bash/docker +++ b/contrib/completion/bash/docker @@ -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 "