浏览代码

Merge pull request #26218 from frosforever/fix_run_reference_typo

Correct typo in run reference docs that use the create command
(cherry picked from commit e73e37f11206a346d2a552c5d133112cd103d562)

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
Sven Dowideit 8 年之前
父节点
当前提交
bf7d335513
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
docs/reference/commandline/run.md

@@ -194,7 +194,7 @@ The `-w` lets the command being executed inside directory given, here
 
 
 ### Set storage driver options per container
 ### Set storage driver options per container
 
 
-    $ docker create -it --storage-opt size=120G fedora /bin/bash
+    $ docker run -it --storage-opt size=120G fedora /bin/bash
 
 
 This (size) will allow to set the container rootfs size to 120G at creation time. 
 This (size) will allow to set the container rootfs size to 120G at creation time. 
 User cannot pass a size less than the Default BaseFS Size. This option is only 
 User cannot pass a size less than the Default BaseFS Size. This option is only