config-linux: Add (array, optional) for linux.devices

To match the omitempty which the Go property has had since 28cc4239
(add omitempty to 'Device' and 'Namespace', 2016-03-10, #340).

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2016-08-03 09:08:56 -07:00
parent 95a6ecffd0
commit 60fff3f51c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ There is a limit of 5 mappings which is the Linux kernel hard limit.
## Devices
`devices` is an array specifying the list of devices that MUST be available in the container.
**`devices`** (array, optional) lists devices that MUST be available in the container.
The runtime may supply them however it likes (with [mknod][mknod.2], by bind mounting from the runtime mount namespace, etc.).
The following parameters can be specified: