From 84196adf3d8bf174e269018a3a0b87b5a4afd1ab Mon Sep 17 00:00:00 2001 From: frosforever Date: Wed, 31 Aug 2016 18:09:43 -0400 Subject: [PATCH] Correct typo in run reference docs that use the create command Signed-off-by: Yosef Fertel --- 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 0284df96af..800bde9e7f 100644 --- a/docs/reference/commandline/run.md +++ b/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