Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/manuals/engine/storage/containerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v2.2.2/docs/ops.md#base-configuration).

If disk space is constrained, consider the following:

- Regularly prune unused images with `docker image prune`
Expand Down