mirror of
https://github.com/containerd/containerd.git
synced 2026-07-21 06:53:34 +00:00
This allows runtime authors to quickly bootstrap new shim implementations. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
7 lines
291 B
Markdown
7 lines
291 B
Markdown
# 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](../README.md) file.
|