Skip to content

Commit

Permalink
Add fd section for linux container process
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Patel <[email protected]>
  • Loading branch information
mrunalp committed Aug 21, 2015
1 parent 9ad789f commit 3174a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## File descriptors
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the container process by the runtime.
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 comments on commit 3174a03

Please sign in to comment.