Explorar el Código

Merge pull request #6636 from saaadhu/master

Fix typo in README.md
Michael Crosby hace 11 años
padre
commit
f021cd64ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      daemon/graphdriver/devmapper/README.md

+ 1 - 1
daemon/graphdriver/devmapper/README.md

@@ -17,7 +17,7 @@ stored in the `$graph/devicemapper/json` file (encoded as Json).
 
 
 In order to support multiple devicemapper graphs on a system the thin
 In order to support multiple devicemapper graphs on a system the thin
 pool will be named something like: `docker-0:33-19478248-pool`, where
 pool will be named something like: `docker-0:33-19478248-pool`, where
-the `0:30` part is the minor/major device nr and `19478248` is the
+the `0:33` part is the minor/major device nr and `19478248` is the
 inode number of the $graph directory.
 inode number of the $graph directory.
 
 
 On the thin pool docker automatically creates a base thin device,
 On the thin pool docker automatically creates a base thin device,