mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: ed5853de40b5e5c5df070a1f90f1fdde3ac56b20 Component: engine
431 B
431 B
Linux Runtime
File descriptors
By default, only the stdin, stdout and stderr file descriptors are kept open for the application by the runtime.
The runtime may pass additional file descriptors to the application to support features such as socket activation.
Some of the file descriptors may be redirected to /dev/null even though they are open.