John Elliott

A bit of Docker kool-aid swirling around now... and it works on Pi

a-bit-of-docker-kool-aid-swirling-around-now-and

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