github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/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/