Hello all
In Dragonfish I am struggling to see where a USB device is mounted by the OS such that I can then mount it via dockge (docker compose).
If I were to upgrade to EE, is the USB handling vastly different so that “standard” docker compose mounting commands such as
- /dev/drv/usb:/dev/drv/usb
or
- /dev/bus/usb:/dev/bus/usb
might work?
I’ve poked around inside an official TN “app”, which is running on DF and is utilising the USB hardware in question, to see if I can spot how it works but it vastly complicated and beyond me.
(There’s a litany of reasons why I am staying with DF for the time being).