Browse code

Merge pull request #25435 from kfr2/fix-run-docs-typo

Fix typo in run command documentation
(cherry picked from commit 0af3ca6933cccae7fc12cd76dd2ec858bd469eb8)

Sebastiaan van Stijn authored on 2016/08/05 21:19:22
Showing 1 changed files
... ...
@@ -95,7 +95,7 @@ Options:
95 95
   -P, --publish-all                 Publish all exposed ports to random ports
96 96
       --read-only                   Mount the container's root filesystem as read only
97 97
       --restart string              Restart policy to apply when a container exits (default "no")
98
-                                    Possible values are : no, on-failuer[:max-retry], always, unless-stopped
98
+                                    Possible values are : no, on-failure[:max-retry], always, unless-stopped
99 99
       --rm                          Automatically remove the container when it exits
100 100
       --runtime string              Runtime to use for this container
101 101
       --security-opt value          Security Options (default [])