Merge pull request #20173 from dvdksn/c8d-move-note

c8d: move note about switching content stores
This commit is contained in:
David Karlsson 2024-06-07 13:53:35 +02:00 committed by GitHub
commit a73fddf7c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -8,6 +8,13 @@ toc_max: 3
This page provides information about the ongoing integration of `containerd` for This page provides information about the ongoing integration of `containerd` for
image and file system management in the Docker Engine. image and file system management in the Docker Engine.
> **Note**
>
> After switching to the containerd image store,
> images and containers in the classic image store won't be visible.
> All of those containers and images still exist.
> To see them again, turn off the containerd image store feature.
## What is containerd? ## What is containerd?
`containerd` is an abstraction of the low-level kernel features `containerd` is an abstraction of the low-level kernel features
@ -46,11 +53,6 @@ it's a prerequisite for unlocking a range of new use cases, including:
## Enable the containerd image store ## Enable the containerd image store
After switching to the containerd image store,
images and containers in the classic image store won't be visible.
All of those containers and images still exist.
To see them again, turn off the containerd image store feature.
The containerd image store isn't enabled by default. The containerd image store isn't enabled by default.
To enable the feature for Docker Desktop: To enable the feature for Docker Desktop: