-
Notifications
You must be signed in to change notification settings - Fork 8.1k
engine: containerd default storage backend #23717
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
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
588a76f to
f2d1fd7
Compare
e96263a to
fd1dfd7
Compare
|
|
||
| For more details on persistent data storage for containers: | ||
|
|
||
| - Learn more about [volumes](./volumes.md). |
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.
usha-mandya
left a comment
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.
Noted a minor issue. Looks good otherwise.
Signed-off-by: David Karlsson <[email protected]>
Signed-off-by: David Karlsson <[email protected]>
fd1dfd7 to
2595d2f
Compare
usha-mandya
left a comment
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.
LGTM

Description
As of Docker Engine v29, containerd is the default storage backend for fresh
installs. It also means containerd is generally available and the preferred
storage backend. The current documentation contains several mentions of
overlay2 being the preferred graph driver, which needs to be updated in light
of containerd [snapshotters] becoming the new default and preferred storage.
Related issues