Skip to content

Commit c3e450d

Browse files
committed
config-linux: Add (array, optional) for linux.devices
To match the omitempty which the Go property has had since 28cc423 (add omitempty to 'Device' and 'Namespace', 2016-03-10, opencontainers#340). Signed-off-by: W. Trevor King <wking@tremily.us>
1 parent 7477fa5 commit c3e450d

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
@@ -98,7 +98,7 @@ There is a limit of 5 mappings which is the Linux kernel hard limit.
9898

9999
## Devices
100100

101-
`devices` is an array specifying the list of devices that MUST be available in the container.
101+
**`devices`** (array, optional) lists devices that MUST be available in the container.
102102
The runtime may supply them however it likes (with [mknod][mknod.2], by bind mounting from the runtime mount namespace, etc.).
103103

104104
The following parameters can be specified:

0 commit comments

Comments
 (0)