mirror of
https://github.com/containerd/containerd.git
synced 2026-07-12 02:26:11 +00:00
The v2 shim interface supports grouping, so a single shim can manage multiple tasks. Prior to this change, the `shim state` command could only query the state of the primary task (task that shares the same ID as the shim). Signed-off-by: Samuel Karp <samuelkarp@google.com>