containerd/core/runtime/v2/example
Maksym Pavlenko 6a96e45012
Move shim package to pkg
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2024-03-07 10:05:26 -08:00
..
cmd Move shim package to pkg 2024-03-07 10:05:26 -08:00
example.go Move shim package to pkg 2024-03-07 10:05:26 -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.