diff --git a/_data/engine-cli-edge/docker_run.yaml b/_data/engine-cli-edge/docker_run.yaml index 15d4a20ada..d7b59fe2f2 100644 --- a/_data/engine-cli-edge/docker_run.yaml +++ b/_data/engine-cli-edge/docker_run.yaml @@ -1312,7 +1312,7 @@ examples: |- |:---------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `no` | Do not automatically restart the container when it exits. This is the default. | | `on-failure[:max-retries]` | Restart only if the container exits with a non-zero exit status. Optionally, limit the number of restart retries the Docker daemon attempts. | - | `unless-stopped` | Restart the container unless it is explicitly stopped or Docker itself is stopped or restarted. | + | `unless-stopped` | Restart the container unless it is explicitly stopped or Docker itself is stopped or restarted. | | `always` | Always restart the container regardless of the exit status. When you specify always, the Docker daemon will try to restart the container indefinitely. The container will also always start on daemon startup, regardless of the current state of the container. | ```bash @@ -1323,7 +1323,7 @@ examples: |- so that if the container exits, Docker will restart it. More detailed information on restart policies can be found in the - [Restart Policies (--restart)](../run.md#restart-policies---restart) + [Restart Policies (--restart)](../run.md#restart-policies-restart) section of the Docker run reference page. ### Add entries to container hosts file (--add-host) diff --git a/_data/engine-cli-edge/docker_version.yaml b/_data/engine-cli-edge/docker_version.yaml index cf6adc7bd7..b83c8675d7 100644 --- a/_data/engine-cli-edge/docker_version.yaml +++ b/_data/engine-cli-edge/docker_version.yaml @@ -19,15 +19,6 @@ options: experimentalcli: false kubernetes: false swarm: false -- option: kubeconfig - shorthand: k - value_type: string - description: Kubernetes config file - deprecated: false - experimental: false - experimentalcli: true - kubernetes: true - swarm: false examples: |- ### Default output diff --git a/_data/engine-cli/docker_run.yaml b/_data/engine-cli/docker_run.yaml index 15d4a20ada..d7b59fe2f2 100644 --- a/_data/engine-cli/docker_run.yaml +++ b/_data/engine-cli/docker_run.yaml @@ -1312,7 +1312,7 @@ examples: |- |:---------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `no` | Do not automatically restart the container when it exits. This is the default. | | `on-failure[:max-retries]` | Restart only if the container exits with a non-zero exit status. Optionally, limit the number of restart retries the Docker daemon attempts. | - | `unless-stopped` | Restart the container unless it is explicitly stopped or Docker itself is stopped or restarted. | + | `unless-stopped` | Restart the container unless it is explicitly stopped or Docker itself is stopped or restarted. | | `always` | Always restart the container regardless of the exit status. When you specify always, the Docker daemon will try to restart the container indefinitely. The container will also always start on daemon startup, regardless of the current state of the container. | ```bash @@ -1323,7 +1323,7 @@ examples: |- so that if the container exits, Docker will restart it. More detailed information on restart policies can be found in the - [Restart Policies (--restart)](../run.md#restart-policies---restart) + [Restart Policies (--restart)](../run.md#restart-policies-restart) section of the Docker run reference page. ### Add entries to container hosts file (--add-host) diff --git a/_data/engine-cli/docker_version.yaml b/_data/engine-cli/docker_version.yaml index cf6adc7bd7..b83c8675d7 100644 --- a/_data/engine-cli/docker_version.yaml +++ b/_data/engine-cli/docker_version.yaml @@ -19,15 +19,6 @@ options: experimentalcli: false kubernetes: false swarm: false -- option: kubeconfig - shorthand: k - value_type: string - description: Kubernetes config file - deprecated: false - experimental: false - experimentalcli: true - kubernetes: true - swarm: false examples: |- ### Default output