1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Correct typo in run reference docs that use the create command

Signed-off-by: Yosef Fertel <yfertel@gmail.com>
This commit is contained in:
frosforever
2016-08-31 18:09:43 -04:00
committed by Tibor Vass
parent 21e45b5ad9
commit 865d0e364d

View File

@@ -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