google / gvisor-containerd-shim

containerd shim for gVisor
https://gvisor.dev
Apache License 2.0
79 stars 28 forks source link

Add containerd shim v2 api implementation #1

Closed Random-Liu closed 5 years ago

Random-Liu commented 5 years ago

We implement the first version based on shim v1 api, because containerd 1.1 is still the containerd version most people use now.

However, shim v2 api is a more elegantly designed integration api for gvisor.

Now containerd has released 1.2.1, we should move to shim v2 api in next version.

Random-Liu commented 5 years ago

This is done in #13. Close