1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo in run command documentation

Signed-off-by: Kevin Richardson <kevin@kevinrichardson.co>
This commit is contained in:
Kevin Richardson 2016-08-05 07:35:16 -04:00
parent 4981916546
commit b3913024e2

View file

@ -95,7 +95,7 @@ Options:
-P, --publish-all Publish all exposed ports to random ports
--read-only Mount the container's root filesystem as read only
--restart string Restart policy to apply when a container exits (default "no")
Possible values are : no, on-failuer[:max-retry], always, unless-stopped
Possible values are : no, on-failure[:max-retry], always, unless-stopped
--rm Automatically remove the container when it exits
--runtime string Runtime to use for this container
--security-opt value Security Options (default [])