Skip to content

Commit fd0b0b6

Browse files
authored
Merge pull request #873 from wking/symlinks-for-devices
config-linux: Explicitly allow symlinks for providing devices
2 parents 92e028a + 04187ec commit fd0b0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Note that the number of mapping entries MAY be limited by the [kernel][user-name
110110
## <a name="configLinuxDevices" />Devices
111111

112112
**`devices`** (array of objects, OPTIONAL) lists devices that MUST be available in the container.
113-
The runtime MAY supply them however it likes (with [`mknod`][mknod.2], by bind mounting from the runtime mount namespace, etc.).
113+
The runtime MAY supply them however it likes (with [`mknod`][mknod.2], by bind mounting from the runtime mount namespace, using symlinks, etc.).
114114

115115
Each entry has the following structure:
116116

0 commit comments

Comments
 (0)