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

Merge pull request #23780 from shishir-a412ed/doc_update_PR19367

PR 19367 doc change: Mention supported drivers for --storage-opt size option in docker create/run.
This commit is contained in:
Vincent Demeester 2016-06-21 12:09:47 +02:00 committed by GitHub
commit 097d1a2b61
2 changed files with 5 additions and 3 deletions

View file

@ -154,7 +154,8 @@ Set storage driver options per container.
$ docker create -it --storage-opt size=120G fedora /bin/bash $ docker create -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. User cannot pass a size less than the Default BaseFS Size. This option is only
available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
### Specify isolation technology for container (--isolation) ### Specify isolation technology for container (--isolation)

View file

@ -186,7 +186,8 @@ The `-w` lets the command being executed inside directory given, here
$ docker create -it --storage-opt size=120G fedora /bin/bash $ docker create -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. User cannot pass a size less than the Default BaseFS Size. This option is only
available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
### Mount tmpfs (--tmpfs) ### Mount tmpfs (--tmpfs)