1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update dockerd.md

Signed-off-by: Alvin Deng <alvin.q.deng@utexas.edu>
This commit is contained in:
Alvin Deng 2017-04-20 21:26:12 -05:00
parent c79bf50ba6
commit 427a521b02

View file

@ -311,12 +311,7 @@ This is an example of the configuration file for devicemapper on Linux:
"dm.thinpooldev=/dev/mapper/thin-pool",
"dm.use_deferred_deletion=true",
"dm.use_deferred_removal=true"
],
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "10"
}
]
}
```