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
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
3
+
4
+
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).
5
+
6
+
Some of the file descriptors may be redirected to `/dev/null` even though they are open.
0 commit comments