containerd/runtime/v2/example
Derek McGowan a80606bc2d
Move plugin type definitions to containerd plugins package
The plugins packages defines the plugins used by containerd.
Move all the types and properties to this package.

Signed-off-by: Derek McGowan <derek@mcg.dev>
2023-10-12 20:52:56 -07:00
..
cmd Fix example shim to actually use its task service 2023-07-03 20:40:20 +03:00
example.go Move plugin type definitions to containerd plugins package 2023-10-12 20:52:56 -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.