diff --git a/content/manuals/engine/storage/containerd.md b/content/manuals/engine/storage/containerd.md index c382e36577a..16075c3f6e4 100644 --- a/content/manuals/engine/storage/containerd.md +++ b/content/manuals/engine/storage/containerd.md @@ -54,14 +54,6 @@ from the registry) and also extracts them to disk. This dual storage means each layer occupies more space. The compressed format enables faster pulls and pushes, but requires additional disk capacity. -This difference is particularly noticeable with multiple images sharing the -same base layers. With legacy storage drivers, shared base layers were stored -once locally, and reused images that depended on them. With containerd, each -image stores its own compressed version of shared layers, even though the -uncompressed layers are still de-duplicated through snapshotters. The -compressed storage adds overhead proportional to the number of images using -those layers. - If disk space is constrained, consider the following: - Regularly prune unused images with `docker image prune`