mirror of https://github.com/docker/cli.git
Man page fix: Mention supported drivers for --storage-opt size option in docker create/run
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
6440bac134
commit
43e6c9864b
|
@ -340,7 +340,7 @@ unit, `b` is used. Set LIMIT to `-1` to enable unlimited swap.
|
||||||
$ 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. User cannot pass a size less than the Default BaseFS Size.
|
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` graphrivers.
|
This option is only available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
|
||||||
|
|
||||||
**--stop-signal**=*SIGTERM*
|
**--stop-signal**=*SIGTERM*
|
||||||
Signal to stop a container. Default is SIGTERM.
|
Signal to stop a container. Default is SIGTERM.
|
||||||
|
|
|
@ -492,7 +492,7 @@ its root filesystem mounted as read only prohibiting any writes.
|
||||||
$ docker run -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 (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` graphrivers.
|
This option is only available for the `devicemapper`, `btrfs`, and `zfs` graph drivers.
|
||||||
|
|
||||||
**--stop-signal**=*SIGTERM*
|
**--stop-signal**=*SIGTERM*
|
||||||
Signal to stop a container. Default is SIGTERM.
|
Signal to stop a container. Default is SIGTERM.
|
||||||
|
|
Loading…
Reference in New Issue