Merge pull request #386 from WeiZhang555/fix-doc

Fix incorrect devicemapper thinpool device name
This commit is contained in:
John Mulhausen 2016-10-31 16:07:17 -07:00 committed by GitHub
commit 76a96a70e8
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ assumes that the Docker daemon is in the `stopped` state.
Now that your storage is configured, configure the Docker daemon to use it. There are two ways to do this. You can set options on the command line if you start the daemon there:
```bash
--storage-driver=devicemapper --storage-opt=dm.thinpooldev=/dev/mapper/docker-thinpool-tpool --storage-opt=dm.use_deferred_removal=true --storage-opt=dm.use_deferred_deletion=true
--storage-driver=devicemapper --storage-opt=dm.thinpooldev=/dev/mapper/docker-thinpool --storage-opt=dm.use_deferred_removal=true --storage-opt=dm.use_deferred_deletion=true
```
You can also set them for startup in the `daemon.json` configuration, for example: