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,216
  • 3
  • 20
  • 36
BrunoLM
  • 97,872
  • 84
  • 296
  • 452

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,955
  • 1
  • 9
  • 23