From 07fade089b87ac5e6dc2a808f23b76515f7a37c7 Mon Sep 17 00:00:00 2001 From: adw1n Date: Fri, 23 Mar 2018 12:50:54 +0000 Subject: [PATCH] Fix docs for "unless-stopped" restart policy (#6287) --- config/containers/start-containers-automatically.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/start-containers-automatically.md b/config/containers/start-containers-automatically.md index a695072aeb..acb3a0baf0 100644 --- a/config/containers/start-containers-automatically.md +++ b/config/containers/start-containers-automatically.md @@ -28,7 +28,7 @@ any of the following: |:-----------------|:------------------------------------------------------------------------------------------------| | `no` | Do not automatically restart the container. (the default) | | `on-failure` | Restart the container if it exits due to an error, which manifests as a non-zero exit code. | -| `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. | | `always` | Always restart the container if it stops. | The following example starts a Redis container and configures it to always