[Runtime Linux] Add anchor tags for headings

Signed-off-by: Rob Dolin <robdolin@microsoft.com>
This commit is contained in:
Rob Dolin (MSFT) 2016-11-30 16:38:46 -08:00 committed by GitHub
parent 9ce258d034
commit 109c2ec26b
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Linux Runtime
# <a name="linuxRuntime" />Linux Runtime
## File descriptors
## <a name="runtimeLinuxFileDescriptors" />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
## <a name="runtimeLinuxDevSymbolicLinks" /> Dev symbolic links
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.