I run a Debian-LXC as a Dockerhost.
The Dockerhost is dedicatet to my workshop running services for a 3D-printer and a CNC-router.
For the sake of keeping it simple, lets take one of them out of the equation and focus on the CNC-router.
The CNC-router need a USB-connection that I call ttyUSB0.
Technically, I have gotten this to work but not as how I want it to.
The node conf include the following
Read more
The Dockerhost is dedicatet to my workshop running services for a 3D-printer and a CNC-router.
For the sake of keeping it simple, lets take one of them out of the equation and focus on the CNC-router.
The CNC-router need a USB-connection that I call ttyUSB0.
Technically, I have gotten this to work but not as how I want it to.
The node conf include the following
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none...
Read more