From b9ed3c0a6d31f0a35a2ca1a87946cd3491b4b3b0 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Fri, 20 Mar 2026 10:41:48 +0000 Subject: [PATCH 1/3] Fix issue #24010: warn about containerd separate storage path Assisted-By: docker-agent --- content/manuals/engine/storage/containerd.md | 10 ++++++++ package-lock.json | 24 -------------------- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/content/manuals/engine/storage/containerd.md b/content/manuals/engine/storage/containerd.md index c382e36577ac..ad828ba697b8 100644 --- a/content/manuals/engine/storage/containerd.md +++ b/content/manuals/engine/storage/containerd.md @@ -62,6 +62,16 @@ uncompressed layers are still de-duplicated through snapshotters. The compressed storage adds overhead proportional to the number of images using those layers. +> [!IMPORTANT] +> containerd uses a separate storage path from the Docker data directory. +> If you previously configured a custom data directory for Docker (for example, +> to use a different partition), containerd's storage is **not** automatically +> moved to that location. You need to configure containerd's data directory +> separately to avoid filling your root partition. +> +> To configure containerd's data directory, see the +> [containerd configuration documentation](https://github.com/containerd/containerd/blob/main/docs/ops.md#base-configuration). + If disk space is constrained, consider the following: - Regularly prune unused images with `docker image prune` diff --git a/package-lock.json b/package-lock.json index 196d8deedb8c..77344f8d6f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -564,9 +564,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -583,9 +580,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -602,9 +596,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -621,9 +612,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1211,9 +1199,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1234,9 +1219,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1257,9 +1239,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1280,9 +1259,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ From 8d7c497369180c8e49651c8040c2554dcbf1b5bd Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Fri, 20 Mar 2026 11:22:03 +0000 Subject: [PATCH 2/3] Fix style violations: remove bold emphasis and use stable link - Remove bold formatting from 'not' (bold should only be used for UI elements) - Update containerd docs link from main branch to stable v2.2.2 release Assisted-By: docker-agent --- content/manuals/engine/storage/containerd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/storage/containerd.md b/content/manuals/engine/storage/containerd.md index ad828ba697b8..f80ff758f5c7 100644 --- a/content/manuals/engine/storage/containerd.md +++ b/content/manuals/engine/storage/containerd.md @@ -65,12 +65,12 @@ those layers. > [!IMPORTANT] > containerd uses a separate storage path from the Docker data directory. > If you previously configured a custom data directory for Docker (for example, -> to use a different partition), containerd's storage is **not** automatically +> to use a different partition), containerd's storage is not automatically > moved to that location. You need to configure containerd's data directory > separately to avoid filling your root partition. > > To configure containerd's data directory, see the -> [containerd configuration documentation](https://github.com/containerd/containerd/blob/main/docs/ops.md#base-configuration). +> [containerd configuration documentation](https://github.com/containerd/containerd/blob/v2.2.2/docs/ops.md#base-configuration). If disk space is constrained, consider the following: From 0964a5358823064d27d53c15318560e345a1b542 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:24:13 +0100 Subject: [PATCH 3/3] Revert package-lock.json to main --- package-lock.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/package-lock.json b/package-lock.json index 77344f8d6f8c..196d8deedb8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -564,6 +564,9 @@ "cpu": [ "arm64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -580,6 +583,9 @@ "cpu": [ "arm64" ], + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -596,6 +602,9 @@ "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -612,6 +621,9 @@ "cpu": [ "x64" ], + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -1199,6 +1211,9 @@ "cpu": [ "arm64" ], + "libc": [ + "glibc" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1219,6 +1234,9 @@ "cpu": [ "arm64" ], + "libc": [ + "musl" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1239,6 +1257,9 @@ "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1259,6 +1280,9 @@ "cpu": [ "x64" ], + "libc": [ + "musl" + ], "license": "MPL-2.0", "optional": true, "os": [