containerd/runtime/v2/example
Wei Fu 6b7e237fc7 chore: use go fix to cleanup old +build buildtag
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2022-12-29 14:25:14 +08:00
..
cmd chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
example.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08: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.