mirror of https://github.com/docker/docs.git
Merge pull request #7897 from adamancini/patch-11
Update device-mapper-driver.md
This commit is contained in:
commit
f7466fc9f5
|
|
@ -808,6 +808,14 @@ storage driver.
|
|||
allowing you to share data among containers and persisting even when no
|
||||
running container is using them.
|
||||
|
||||
- **Note**: when using `devicemapper` and the `json-file` log driver, the log
|
||||
files generated by a container are still stored in Docker's dataroot directory,
|
||||
by default `/var/lib/docker`. If your containers generate lots of log messages,
|
||||
this may lead to increased disk usage or the inability to manage your system due
|
||||
to a full disk. You can configure a
|
||||
[log driver](/config/containers/logging/configure.md) to store your container
|
||||
logs externally.
|
||||
|
||||
## Related Information
|
||||
|
||||
* [Volumes](/storage/volumes.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue