containerd/runtime/v2/example
Michael Crosby ae87730ad2 Improve shim shutdown logic
Shims no longer call `os.Exit` but close the context on shutdown so that
events and other resources have hit the `defer`s.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-10 18:17:07 -04:00
..
cmd Add shim skeleton code 2019-02-06 15:03:02 -05:00
example.go Improve shim shutdown logic 2019-04-10 18:17:07 -04: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.