mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #21577 from albers/completion-dm.min_free_space
bash completion for `dm.min_free_space`
This commit is contained in:
commit
d7382c1fa3
3 changed files with 3 additions and 2 deletions
|
@ -887,6 +887,7 @@ _docker_daemon() {
|
|||
dm.fs
|
||||
dm.loopdatasize
|
||||
dm.loopmetadatasize
|
||||
dm.min_free_space
|
||||
dm.mkfsarg
|
||||
dm.mountopt
|
||||
dm.override_udev_sync_check
|
||||
|
|
|
@ -462,7 +462,7 @@ options for `zfs` start with `zfs`.
|
|||
|
||||
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`:
|
||||
|
||||
|
|
|
@ -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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue