mirror of https://github.com/docker/cli.git
Update dockerd.md
Signed-off-by: Alvin Deng <alvin.q.deng@utexas.edu>
This commit is contained in:
parent
d2295d58b2
commit
65cf6dd611
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue