소스 검색

fix wrong option name in `dm.min_free_space` examples

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 년 전
부모
커밋
2623b3496e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/daemon.md
  2. 1 1
      man/docker-daemon.8.md

+ 1 - 1
docs/reference/commandline/daemon.md

@@ -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`:
 

+ 1 - 1
man/docker-daemon.8.md

@@ -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