Page 1 of 1

Map devices to docker container

Posted: 08 Mar 2023, 01:30
by MDvP
I'm missing the option to map a USB-device to a docker container. With the new kernel drivers my zigbee usb is detected as /dev/ttyUSB0, but i can't access it from withing the docker container.
I've tried setting in ENV section USBDEVICES, tried to map as volume and tried to edit hostconfig.json with `devices:["/dev/ttySB0:/dev/ttyUSB0"]`
but nothing works. Any suggestions?

Re: Map devices to docker container

Posted: 08 Mar 2023, 01:39
by MDvP
Just to complete my test descriptions: also tested with "use high permissions", no success.