diff --git a/docs/reference/run.md b/docs/reference/run.md index 5c393d60cf..3a6bf5b662 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -525,9 +525,9 @@ Docker supports the following restart policies: unless-stopped - Always restart the container regardless of the exit status, but - do not start it on daemon startup if the container has been put - to a stopped state before. + Always restart the container regardless of the exit status, + including on daemon startup, except if the container was put + into a stopped state before the Docker daemon was stopped.