Browse code

Fix typo in run command documentation

Signed-off-by: Kevin Richardson <kevin@kevinrichardson.co>

Kevin Richardson authored on 2016/08/05 20:35:16
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 [])