-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Will docker natively support CRI ? #40966
Comments
ping @thaJeztah |
I don't see this as a worthwhile endeavor. |
Closing as unlikely to happen |
The containerd 1.x project (which was a "reboot" of containerd 0.2, and rewritten from scratch) was designed with kubernetes in mind; taking all the bits that are needed to be useful as a runtime, without the overhead and features that the docker daemon provides (which are useful, but not used when using as a runtime for kubernetes, and as such only "overhead"). So for that reason, we won't implement this in dockerd. We will continue looking at moving parts that are in dockerd to containerd (move image management / storage to containerd), so that there's a more seamless integration with containerd |
Description
Some changes are currently underway in Kubernetes. kubernetes/kubernetes#87746
Docker as a Kubernetes container runtime is supported by in-tree dockershim.
I want to know does Docker consider providing native support for CRI?
xref:
The text was updated successfully, but these errors were encountered: