Browse code

Merge pull request #26218 from frosforever/fix_run_reference_typo

Correct typo in run reference docs that use the create command

Sven Dowideit authored on 2016/09/07 21:18:26
Showing 1 changed files
... ...
@@ -194,7 +194,7 @@ The `-w` lets the command being executed inside directory given, here
194 194
 
195 195
 ### Set storage driver options per container
196 196
 
197
-    $ docker create -it --storage-opt size=120G fedora /bin/bash
197
+    $ docker run -it --storage-opt size=120G fedora /bin/bash
198 198
 
199 199
 This (size) will allow to set the container rootfs size to 120G at creation time. 
200 200
 User cannot pass a size less than the Default BaseFS Size. This option is only