![]() Previously the TTRPC address was generated as "<GRPC address>.ttrpc". This change now allows explicit configuration of the TTRPC address, with the default still being the old format if no value is specified. As part of this change, a new configuration section is added for TTRPC listener options. Signed-off-by: Kevin Parsons <kevpar@microsoft.com> |
||
---|---|---|
.. | ||
cmd | ||
example.go | ||
README.md |
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.