mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
570eed473b
This adds a new env var for identifying the internal sync pipe that libcontainer uses to sync with the container and parent process. This replaces #496 to allow the user to add additional files to the processes and not take over fd 3 for all containers. Closes #496 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>