Skip to content

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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

engine: containerd #23198

wants to merge 17 commits into from

Conversation

ArthurFlag
Copy link
Contributor

@ArthurFlag ArthurFlag commented Aug 4, 2025

Description

  • Docs update for Containerd.
  • Add "deprecated" summary bar.

Review

Copy link

netlify bot commented Aug 4, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 4653c10
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/68a6edaa78b313000998d962
😎 Deploy Preview https://deploy-preview-23198--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/storage Relates to storage, volumes area/admin Relates to Docker Admin hugo Updates related to hugo area/tests labels Aug 4, 2025
@ArthurFlag ArthurFlag force-pushed the ENGDOCS-2893-containerd branch from 20b46b1 to d4bb237 Compare August 4, 2025 11:56
@ArthurFlag ArthurFlag marked this pull request as ready for review August 13, 2025 08:12
@ArthurFlag ArthurFlag force-pushed the ENGDOCS-2893-containerd branch from 7b9fc5b to 96b7f5a Compare August 13, 2025 09:03
Copy link
Contributor

@austinvazquez austinvazquez left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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?

@ArthurFlag ArthurFlag force-pushed the ENGDOCS-2893-containerd branch from a10ab4b to fd2cb6c Compare August 20, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/admin Relates to Docker Admin area/engine Issue affects Docker engine/daemon area/storage Relates to storage, volumes area/tests hugo Updates related to hugo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants