Переглянути джерело

Correct typo in run reference docs that use the create command

Signed-off-by: Yosef Fertel <yfertel@gmail.com>
frosforever 8 роки тому
батько
коміт
84196adf3d
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
 
-    $ 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. 
 User cannot pass a size less than the Default BaseFS Size. This option is only