containerd/runtime/v2/example
Derek McGowan 9db21401c4
Switch to github.com/containerd/plugin
Signed-off-by: Derek McGowan <derek@mcg.dev>
2023-11-01 23:01:42 -07:00
..
cmd Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
example.go Switch to github.com/containerd/plugin 2023-11-01 23:01:42 -07:00
README.md Add shim skeleton code 2019-02-06 15:03:02 -05: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.