diff options
Diffstat (limited to 'shim/README.md')
-rw-r--r-- | shim/README.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shim/README.md b/shim/README.md deleted file mode 100644 index 8ae33a272..000000000 --- a/shim/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Shim Overview - -Integration with containerd is done via a [shim][shims]. The shim implements -[containerd][containerd] shim v2 and is supported with containerd 1.3 and newer. -[Here is how to get started](https://gvisor.dev/docs/user_guide/containerd/quick_start/) - -[containerd]: https://github.com/containerd/containerd -[shims]: https://iximiuz.com/en/posts/implementing-container-runtime-shim/ |