From 109c2ec26b786045cbde18f3e691a6210a5eda4e Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 30 Nov 2016 16:38:46 -0800 Subject: [PATCH] [Runtime Linux] Add anchor tags for headings Signed-off-by: Rob Dolin --- runtime-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime-linux.md b/runtime-linux.md index 9316e2b0..d60418b8 100644 --- a/runtime-linux.md +++ b/runtime-linux.md @@ -1,12 +1,12 @@ -# Linux Runtime +# Linux Runtime -## File descriptors +## 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. -## Dev symbolic links +## Dev symbolic links After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.