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
|
|
@ -807,6 +807,14 @@ storage driver.
|
||||||
by thin provisioning and copy-on-write. Volumes have other benefits, such as
|
by thin provisioning and copy-on-write. Volumes have other benefits, such as
|
||||||
allowing you to share data among containers and persisting even when no
|
allowing you to share data among containers and persisting even when no
|
||||||
running container is using them.
|
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
|
## Related Information
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue