moby/libcontainerd/remote
Cory Snider 843fcc96f7 libc8d/remote: name task fifos after task ID
The ID of the task is known at the time that the FIFOs need to be
created (it's passed into the IO-creator callback, and is also the same
as the container ID) so there is no need to hardcode it to "init". Name
the FIFOs after the task ID to be consistent with the FIFO names of
exec'ed processes. Delete the now-unused InitProcessName constant so it
can never again be used in place of a task/process ID.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-31 17:02:43 -05:00
..
client.go libc8d/remote: name task fifos after task ID 2023-01-31 17:02:43 -05:00
client_io_windows.go libcontainerd/remote: remove stray import comment 2022-12-08 13:27:50 +01:00
client_linux.go Refactor libcontainerd to minimize c8d RPCs 2022-08-24 14:59:08 -04:00
client_windows.go Refactor libcontainerd to minimize c8d RPCs 2022-08-24 14:59:08 -04:00