mirror of https://github.com/docker/cli.git
Fix typo: reguardless should be regardless
Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
3be32c5e8e
commit
6ad404ac57
|
@ -1367,7 +1367,7 @@ how a container should or should not be restarted on exit.
|
||||||
|
|
||||||
** on-failure ** - Restart the container only if it exits with a non zero exit status.
|
** on-failure ** - Restart the container only if it exits with a non zero exit status.
|
||||||
|
|
||||||
** always ** - Always restart the container reguardless of the exit status.
|
** always ** - Always restart the container regardless of the exit status.
|
||||||
|
|
||||||
You can also specify the maximum amount of times Docker will try to
|
You can also specify the maximum amount of times Docker will try to
|
||||||
restart the container when using the ** on-failure ** policy. The
|
restart the container when using the ** on-failure ** policy. The
|
||||||
|
|
Loading…
Reference in New Issue