mirror of https://github.com/docker/cli.git
Warning message for lvm devmapper running on top of loopback devices
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
8387eacede
commit
d5394a0d5f
|
@ -192,6 +192,12 @@ options for `zfs` start with `zfs`.
|
||||||
resize support, dynamically changing thin-pool features, automatic thinp
|
resize support, dynamically changing thin-pool features, automatic thinp
|
||||||
metadata checking when lvm activates the thin-pool, etc.
|
metadata checking when lvm activates the thin-pool, etc.
|
||||||
|
|
||||||
|
As a fallback if no thin pool is provided, loopback files will be
|
||||||
|
created. Loopback is very slow, but can be used without any
|
||||||
|
pre-configuration of storage. It is strongly recommended that you do
|
||||||
|
not use loopback in production. Ensure your Docker daemon has a
|
||||||
|
`--storage-opt dm.thinpooldev` argument provided.
|
||||||
|
|
||||||
Example use:
|
Example use:
|
||||||
|
|
||||||
docker daemon --storage-opt dm.thinpooldev=/dev/mapper/thin-pool
|
docker daemon --storage-opt dm.thinpooldev=/dev/mapper/thin-pool
|
||||||
|
|
Loading…
Reference in New Issue