Docker menghubungkan perangkat USB

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