I'm trying to do this: Docker - any way to give access to host USB or serial device?
I want to develop an application with Ionic but I cannot see my device (or any usb, lsusb
) running adb devices
.
Do I need to map a USB folder to the container (like -v /dev/bus/usb:/dev/bus/usb
)?
But how do I do that on Windows?