gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/shim/README.md (about) 1 # Shim Overview 2 3 Integration with containerd is done via a [shim][shims]. The shim implements 4 [containerd][containerd] shim v2 and is supported with containerd 1.3 and newer. 5 [Here is how to get started](https://gvisor.dev/docs/user_guide/containerd/quick_start/) 6 7 [containerd]: https://github.com/containerd/containerd 8 [shims]: https://iximiuz.com/en/posts/implementing-container-runtime-shim/