Type: unix-hotplug
#
Supported instance types: container
Unix hotplug device entries make the requested Unix device appear in the
instance’s /dev
and allow read/write operations to it if the device exists on
the host system. Implementation depends on systemd-udev
to be run on the host.
The following properties exist:
Key |
Type |
Default |
Required |
Description |
---|---|---|---|---|
|
string |
- |
no |
The vendor ID of the Unix device |
|
string |
- |
no |
The product ID of the Unix device |
|
int |
|
no |
UID of the device owner in the instance |
|
int |
|
no |
GID of the device owner in the instance |
|
int |
|
no |
Mode of the device in the instance |
|
bool |
|
no |
Whether or not this device is required to start the instance. (The default is |