Closed slserpent closed 2 years ago
I used a Debian 10.9 image, but it probably works with many other Linux images, of course. Ran with this command (from a Synology NAS):
docker run --name="debian" -it --net=host -v /volume1/docker/debian:/tmp --device /dev/ttyUSB0 debian:10.9
Had to do an apt update before the packages could be installed, but otherwise the instructions were the same. Thanks.
apt update
Thanks. Added to the wiki.
I used a Debian 10.9 image, but it probably works with many other Linux images, of course. Ran with this command (from a Synology NAS):
Had to do an
apt update
before the packages could be installed, but otherwise the instructions were the same. Thanks.