containerd/runtime/v2/example/README.md
Michael Crosby 2dacef07ca Add shim skeleton code
This allows runtime authors to quickly bootstrap new shim
implementations.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-02-06 15:03:02 -05:00

291 B

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.