diff --git a/content/manuals/engine/storage/drivers/overlayfs-driver.md b/content/manuals/engine/storage/drivers/overlayfs-driver.md index 692ea080e83..10b66ef5db2 100644 --- a/content/manuals/engine/storage/drivers/overlayfs-driver.md +++ b/content/manuals/engine/storage/drivers/overlayfs-driver.md @@ -224,7 +224,7 @@ the image's top layer plus a new directory for the container. The image's layers are the `lowerdirs` in the overlay and are read-only. The new directory for the container is the `upperdir` and is writable. -### Image and container layers on-disk +### Example: Viewing image and container layers The following `docker pull` command shows a Docker host downloading a Docker image comprising five layers.