containerd/runtime/v2/example
Maksym Pavlenko 993b863993 Add shim start opts
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2021-04-15 11:55:24 -07:00
..
cmd Add shim skeleton code 2019-02-06 15:03:02 -05:00
example.go Add shim start opts 2021-04-15 11:55:24 -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.