mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
We removed the syncpipe package and replaced it with specific calls to create a new *os.File from a specified fd passed to the process. This reduced code and an extra object to manage the container's init lifecycle. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Upstream-commit: ed556fb38f4d1cba1460650f703cc8147a7b8f32 Component: engine