Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
| ... | ... |
@@ -340,7 +340,7 @@ unit, `b` is used. Set LIMIT to `-1` to enable unlimited swap. |
| 340 | 340 |
$ docker create -it --storage-opt size=120G fedora /bin/bash |
| 341 | 341 |
|
| 342 | 342 |
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. |
| 343 |
- This option is only available for the `devicemapper`, `btrfs` and `zfs` graphrivers. |
|
| 343 |
+ This option is only available for the `devicemapper`, `btrfs`, and `zfs` graph drivers. |
|
| 344 | 344 |
|
| 345 | 345 |
**--stop-signal**=*SIGTERM* |
| 346 | 346 |
Signal to stop a container. Default is SIGTERM. |
| ... | ... |
@@ -492,7 +492,7 @@ its root filesystem mounted as read only prohibiting any writes. |
| 492 | 492 |
$ docker run -it --storage-opt size=120G fedora /bin/bash |
| 493 | 493 |
|
| 494 | 494 |
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. |
| 495 |
- This option is only available for the `devicemapper`, `btrfs` and `zfs` graphrivers. |
|
| 495 |
+ This option is only available for the `devicemapper`, `btrfs`, and `zfs` graph drivers. |
|
| 496 | 496 |
|
| 497 | 497 |
**--stop-signal**=*SIGTERM* |
| 498 | 498 |
Signal to stop a container. Default is SIGTERM. |