moby/libcontainerd/local
Cory Snider 719b08313f libc8d/local: set task id to container id
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>
2023-01-31 17:02:43 -05:00
..
local_windows.go libc8d/local: set task id to container id 2023-01-31 17:02:43 -05:00
process_windows.go Refactor libcontainerd to minimize c8d RPCs 2022-08-24 14:59:08 -04:00
utils_windows.go libcontainerd/local: use strings.Cut() 2022-12-21 11:09:02 +01:00
utils_windows_test.go Windows: Experimental: Allow containerd for runtime 2019-03-12 18:41:55 -07:00