1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #26218 from frosforever/fix_run_reference_typo

Correct typo in run reference docs that use the create command
This commit is contained in:
Sven Dowideit 2016-09-07 22:18:26 +10:00 committed by GitHub
commit e73e37f112

View file

@ -194,7 +194,7 @@ The `-w` lets the command being executed inside directory given, here
### Set storage driver options per container ### 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. 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 User cannot pass a size less than the Default BaseFS Size. This option is only