diff options
Diffstat (limited to 'shim/README.md')
-rw-r--r-- | shim/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shim/README.md b/shim/README.md deleted file mode 100644 index 75daf00ac..000000000 --- a/shim/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Shim Overview - -Integration with containerd is done via a [shim][shims]. There are various shims -supported for different versions of [containerd][containerd]. - -- [Containerd 1.2+ (shim v2)](https://gvisor.dev/docs/user_guide/containerd/quick_start/) -- [Containerd 1.1 (shim v1)](https://gvisor.dev/docs/user_guide/containerd/containerd_11/) - -[containerd]: https://github.com/containerd/containerd -[shims]: https://iximiuz.com/en/posts/implementing-container-runtime-shim/ |