From 7f52110b021b7a88d5cdb6aea69f1517f8e1aad7 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Sun, 12 Oct 2014 14:41:24 -0700 Subject: [PATCH] Fix typo: reguardless should be regardless Signed-off-by: Doug Davis Upstream-commit: 6ad404ac571e3c14012fd772ab412a9502bd68ce Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 2722aaa4ef..1f96b1d5b6 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -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. -** 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 restart the container when using the ** on-failure ** policy. The