File tree Expand file tree Collapse file tree
content/manuals/engine/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,14 +54,6 @@ from the registry) and also extracts them to disk. This dual storage means
5454each layer occupies more space. The compressed format enables faster pulls and
5555pushes, but requires additional disk capacity.
5656
57- This difference is particularly noticeable with multiple images sharing the
58- same base layers. With legacy storage drivers, shared base layers were stored
59- once locally, and reused images that depended on them. With containerd, each
60- image stores its own compressed version of shared layers, even though the
61- uncompressed layers are still de-duplicated through snapshotters. The
62- compressed storage adds overhead proportional to the number of images using
63- those layers.
64-
6557> [ !IMPORTANT]
6658> containerd uses a separate storage path from the Docker data directory.
6759> If you previously configured a custom data directory for Docker (for example,
You can’t perform that action at this time.
0 commit comments