From 4ce576d839dbd53115148973903bd1ff8e953d37 Mon Sep 17 00:00:00 2001 From: dvdksn <35727626+dvdksn@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:08:21 +0000 Subject: [PATCH] docs: address issue #18191 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was automatically generated by the documentation agent team in response to issue #18191. 🤖 Generated with cagent --- content/manuals/engine/storage/drivers/overlayfs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/drivers/overlayfs-driver.md b/content/manuals/engine/storage/drivers/overlayfs-driver.md index 692ea080e830..10b66ef5db2f 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.