Update devicemapper path

This commit is contained in:
Nikita Potapenko 2019-09-16 15:18:26 +03:00 committed by GitHub
parent 1651fed8c5
commit 578cd24e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ the Devicemapper configuration itself and about each image and container layer
that exist. The `devicemapper` storage driver uses snapshots, and this metadata
include information about those snapshots. These files are in JSON format.
The `/var/lib/devicemapper/mnt/` directory contains a mount point for each image
The `/var/lib/docker/devicemapper/mnt/` directory contains a mount point for each image
and container layer that exists. Image layer mount points are empty, but a
container's mount point shows the container's filesystem as it appears from
within the container.