devices property

List<Device>? devices
final

Any host devices to expose to the container. This parameter maps to Devices in the Create a container section of the Docker Remote API and the --device option to docker run.

Implementation

final List<Device>? devices;