From d32508f2a1dc41497b697764987e9fc42681f845 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 5 Aug 2016 14:19:22 +0200 Subject: [PATCH] Merge pull request #25435 from kfr2/fix-run-docs-typo Fix typo in run command documentation (cherry picked from commit 0af3ca6933cccae7fc12cd76dd2ec858bd469eb8) Signed-off-by: Tibor Vass --- 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 fb8d75de25..449e09e3e1 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 [])