In Ubuntu, I can mount a USB volume with the command
docker run --privileged /dev/bus/usb/:/dev/bus/usb/ -d docker-image-name
What would be its equivalent line on Docker for Windows ?
Share and learn in the Docker community.
In Ubuntu, I can mount a USB volume with the command
docker run --privileged /dev/bus/usb/:/dev/bus/usb/ -d docker-image-name
What would be its equivalent line on Docker for Windows ?
I also want to know about it!
This can be achieved by mounting USB through VirtualBox