mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
ContainerD unconditionally sets the ID of a task to its container's ID. Emulate this behaviour in the libcontainerd local_windows implementation so that the daemon can use ProcessID == ContainerID (in libcontainerd terminology) to identify that an exit event is for the container's task and not for another process (i.e. an exec) in the same container. Signed-off-by: Cory Snider <csnider@mirantis.com>