mirror of https://github.com/docker/cli.git
fix wrong option name in `dm.min_free_space` examples
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7eb597c63d
commit
52ccec4cbc
|
@ -462,7 +462,7 @@ options for `zfs` start with `zfs`.
|
||||||
|
|
||||||
Example use:
|
Example use:
|
||||||
|
|
||||||
$ docker daemon --storage-opt dm.min_free_space_percent=10%
|
$ docker daemon --storage-opt dm.min_free_space=10%
|
||||||
|
|
||||||
Currently supported options of `zfs`:
|
Currently supported options of `zfs`:
|
||||||
|
|
||||||
|
|
|
@ -487,7 +487,7 @@ pool and that should automatically resolve it. If loop devices are being
|
||||||
used, then stop docker, grow the size of loop files and restart docker and
|
used, then stop docker, grow the size of loop files and restart docker and
|
||||||
that should resolve the issue.
|
that should resolve the issue.
|
||||||
|
|
||||||
Example use: `docker daemon --storage-opt dm.min_free_space_percent=10%`
|
Example use: `docker daemon --storage-opt dm.min_free_space=10%`
|
||||||
|
|
||||||
## ZFS options
|
## ZFS options
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue