Update content/manuals/engine/storage/drivers/device-mapper-driver.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Sarah Sanders 2024-11-04 08:45:05 -08:00
parent f0255b88b1
commit 12b1f28c09
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ storage driver.
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] vf > [!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](/manuals/engine/logging/configure.md) to store your container logs externally. > 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](/manuals/engine/logging/configure.md) to store your container logs externally.