A bit of Docker kool-aid swirling around now... and it works on Pi
A bit of Docker kool-aid swirling around now… and it works on Raspberry Pi.
USB serial devices like the one forthe counter can work using the --device
flag with the docker client:
docker run -t -i --device=/dev/ttyUSB0 ubuntu bash