0

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?

99tharun
  • 1,198
  • 3
  • 18
  • 35
BrunoLM
  • 94,090
  • 80
  • 289
  • 441

1 Answers1

0

afaik Hyper-V cannot "handle"/forward/map USB devices. Thus my guess is it will not work in containers either.

Guenther Schmitz
  • 1,882
  • 1
  • 8
  • 22