Skip to content

Commit 844f392

Browse files
Merge pull request #736 from wking/dev-symlink-conditional
runtime-linux: Condition /proc/self/fd symlinks on source existence
2 parents 27064b8 + 3aa9eb8 commit 844f392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Some of the file descriptors MAY be redirected to `/dev/null` even though they a
88

99
## <a name="runtimeLinuxDevSymbolicLinks" /> Dev symbolic links
1010

11-
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.
11+
While creating the container (step 2 in the [lifecycle](runtime.md#lifecycle)), runtimes MUST create the following symlinks if the source file exists after processing [`mounts`](config.md#mounts):
1212

1313
| Source | Destination |
1414
| --------------- | ----------- |

0 commit comments

Comments
 (0)