gvisor/shim/README.md

9 lines
395 B
Markdown
Raw Normal View History

# Shim Overview
2020-05-06 01:06:46 +00:00
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/)
2020-05-06 01:06:46 +00:00
[containerd]: https://github.com/containerd/containerd
[shims]: https://iximiuz.com/en/posts/implementing-container-runtime-shim/