浏览代码

Merge pull request #25435 from kfr2/fix-run-docs-typo

Fix typo in run command documentation
Sebastiaan van Stijn 9 年之前
父节点
当前提交
0af3ca6933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
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 [])