From 578cd24e372b386ab1a3e491bc6bd40f0732d202 Mon Sep 17 00:00:00 2001 From: Nikita Potapenko Date: Mon, 16 Sep 2019 15:18:26 +0300 Subject: [PATCH] Update devicemapper path --- storage/storagedriver/device-mapper-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/device-mapper-driver.md b/storage/storagedriver/device-mapper-driver.md index 2edf5c832b..c69c78861c 100644 --- a/storage/storagedriver/device-mapper-driver.md +++ b/storage/storagedriver/device-mapper-driver.md @@ -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.