mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 15:34:21 +01:00
The Runtime v2 supports an async event model. In order for the an upstream caller (such as Docker) to get these events in the correct order a Runtime v2 shim MUST implement some events. For much more info, please see: https://github.com/containerd/containerd/blob/master/runtime/v2/README.md#events Fixes:#1204 Signed-off-by: fupan <lifupan@gmail.com>