From 811862e8abaf8bd20372bf7934589680445a74de Mon Sep 17 00:00:00 2001 From: Kevin Richardson Date: Fri, 5 Aug 2016 07:35:16 -0400 Subject: [PATCH] Fix typo in run command documentation Signed-off-by: Kevin Richardson --- docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index fb8d75de..449e09e3 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -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 [])