mirror of https://github.com/docker/cli.git
Windows: Added support for storage-opt size
Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:
parent
503690bf4a
commit
7a4dfc4a33
|
@ -170,7 +170,7 @@ Set storage driver options per container.
|
|||
|
||||
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
|
||||
available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
|
||||
available for the `devicemapper`, `btrfs`, `windowsfilter`, and `zfs` graph drivers.
|
||||
|
||||
### Specify isolation technology for container (--isolation)
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ The `-w` lets the command being executed inside directory given, here
|
|||
|
||||
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
|
||||
available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
|
||||
available for the `devicemapper`, `btrfs`, `windowsfilter`, and `zfs` graph drivers.
|
||||
|
||||
### Mount tmpfs (--tmpfs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue