From 865d0e364deba568d7a33e40f78b7e57d69d1def 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 19bdcabcf6..57e752bf50 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