-
- 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.
- |
-
-
- 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.
- |
-
-
- unless-stopped |
-
- 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.
- |
-
-
-