Skip to content

Commit 3174a03

Browse files
committed
Add fd section for linux container process
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
1 parent 9ad789f commit 3174a03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime-linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## File descriptors
2+
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the container process by the runtime.
3+
The runtime may leak additional file descriptors into the container process to support features such as [socket activation](http://0pointer.de/blog/projects/socket-activated-containers.html).

0 commit comments

Comments
 (0)