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 <mrunalp@gmail.com>
  • Loading branch information
mrunalp committed Aug 28, 2015
1 parent 9ad789f commit 0b5324b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 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](http://0pointer.de/blog/projects/socket-activated-containers.html).

Some of the file descriptors may be redirected to /dev/null even though they are open.

0 comments on commit 0b5324b

Please sign in to comment.