containerd/core/runtime/v2/example
Derek McGowan fb9b59a843
Switch to new errdefs package
Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-01-25 22:18:45 -08:00
..
cmd Move runtime to core/runtime 2024-01-17 09:58:04 -08:00
example.go Switch to new errdefs package 2024-01-25 22:18:45 -08: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.