Is it possible to map, the device port(USB port) of a worker node, to a POD?
Similar to docker create --device=/dev/ttyACM0:/dev/ttyACM0
Is it possible? I checked the refence doc, but could not find anything.
In Docker service, is it possible to map --device port
to service container(if I am running only 1 container)?