containerd/core/runtime/v2/example
Derek McGowan 2ac2b9c909
Make api a Go sub-module
Allow the api to stay at the same v1 go package name and keep using a
1.x version number. This indicates the API is still at 1.x and allows
sharing proto types with containerd 1.6 and 1.7 releases.

Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-05-02 11:03:00 -07:00
..
cmd Move shim package to pkg 2024-03-07 10:05:26 -08:00
example.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
README.md Move runtime to core/runtime 2024-01-17 09:58:04 -08:00

Example Shim

This directory provides skeleton code as the starting point for creating a Runtime v2 shim. This allows runtime authors to quickly bootstrap new shim implementations.

For full documentation on building a shim for containerd, see the Shim Documentation file.