-
Notifications
You must be signed in to change notification settings - Fork 7.8k
engine: containerd #23198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
engine: containerd #23198
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
20b46b1
to
d4bb237
Compare
7b9fc5b
to
96b7f5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gave some initial feedback. I am going to dig a bit deeper on the migration feature configuration so we can add those details here.
[containerd image store on Docker Desktop](/manuals/desktop/features/containerd.md). | ||
|
||
## Enable containerd image store on Docker Engine | ||
## Migrate to containerd image store on Docker Engine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like I was a little fast on the gun here. Sorry about that. The containerd migration feature will be experimental in v29 and can be enabled with the following daemon configuration.
{
"features": {
"containerd-migration": true
}
}
IDK if we need to clarify this is useful for users upgrading in place. Fresh installs wouldn't find it very useful. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the section. As for your question, I would say "less is more", people that start fresh will surely know they have nothing to migrate so would skip this section?
a10ab4b
to
fd2cb6c
Compare
Description
Review