Docker подключить устройство USB

docker run -t -i --device=/dev/ttyUSB0 ubuntu bash
DreamCoder