Merge pull request #9451 from Potapy4/patch-1

Update devicemapper path
This commit is contained in:
Usha Mandya 2019-09-23 16:35:09 +02:00 committed by GitHub
commit 1b914b58be
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.