You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime-linux.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,14 @@
5
5
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
6
6
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).
7
7
Some of the file descriptors MAY be redirected to `/dev/null` even though they are open.
8
+
9
+
## Dev symbolic links
10
+
11
+
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io.
0 commit comments