Fix typo in run command documentation
(cherry picked from commit 0af3ca6933cccae7fc12cd76dd2ec858bd469eb8)
| ... | ... |
@@ -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 []) |