1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00
Files
cli/components/engine/vendor/src/github.com/opencontainers/specs/runtime-linux.md
Jessica Frazelle 58deeedf40 update hack/vendor.sh scripts and run vendor
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Upstream-commit: ed5853de40b5e5c5df070a1f90f1fdde3ac56b20
Component: engine
2015-12-03 16:30:48 -08:00

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.