瀏覽代碼

Merge pull request #23472 from sdurrheimer/zsh-completion-run-healthcheck

Add zsh completion for 'docker run' healthcheck options
Sebastiaan van Stijn 9 年之前
父節點
當前提交
0f7c5f92c5
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      contrib/completion/zsh/_docker

+ 5 - 0
contrib/completion/zsh/_docker

@@ -1241,6 +1241,11 @@ __docker_subcommand() {
                 $opts_create_run_update \
                 $opts_attach_exec_run_start \
                 "($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \
+                "($help)--health-cmd=[Command to run to check health]:command: " \
+                "($help)--health-interval=[Time between running the check]:time: " \
+                "($help)--health-retries=[Consecutive failures needed to report unhealthy]:retries:(1 2 3 4 5)" \
+                "($help)--health-timeout=[Maximum time to allow one check to run]:time: " \
+                "($help)--no-healthcheck[Disable any container-specified HEALTHCHECK]" \
                 "($help)--rm[Remove intermediate containers when it exits]" \
                 "($help)--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]" \
                 "($help)--stop-signal=[Signal to kill a container]:signal:_signals" \