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
1 changed files with 1 additions and 6 deletions

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"
}
]
}
```