Skip to content
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

Closed
tao12345666333 opened this issue May 13, 2020 · 4 comments
Closed

Will docker natively support CRI ? #40966

tao12345666333 opened this issue May 13, 2020 · 4 comments

Comments

@tao12345666333
Copy link
Contributor

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:

@tao12345666333
Copy link
Contributor Author

ping @thaJeztah

@cpuguy83
Copy link
Member

I don't see this as a worthwhile endeavor.

@AkihiroSuda
Copy link
Member

Closing as unlikely to happen

@thaJeztah
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants