Skip to content

Commit a739174

Browse files
authored
Merge pull request opencontainers#640 from RobDolinMS/patch-20
[Runtime Linux] Add anchor tags for headings
2 parents 0fe8bc3 + 109c2ec commit a739174

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Linux Runtime
1+
# <a name="linuxRuntime" />Linux Runtime
22

3-
## File descriptors
3+
## <a name="runtimeLinuxFileDescriptors" />File descriptors
44

55
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
66
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).
77
Some of the file descriptors MAY be redirected to `/dev/null` even though they are open.
88

9-
## Dev symbolic links
9+
## <a name="runtimeLinuxDevSymbolicLinks" /> Dev symbolic links
1010

1111
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.
1212

0 commit comments

Comments
 (0)