mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-11 23:46:40 +02:00
Do not close file descriptors when executing podman. This allows externally created file descriptors to be passed to containers. These file descriptors might have been created through systemd socket activation. See also https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md#socket-activation-of-containers Signed-off-by: Ruediger Pluem <ruediger.pluem@vodafone.com>
5 lines
337 B
Gherkin
5 lines
337 B
Gherkin
- Do not close file descriptors when executing podman. This allows
|
|
externally created file descriptors to be passed to containers.
|
|
These file descriptors might have been created through
|
|
[systemd socket activation](https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md#socket-activation-of-containers).
|