I'm on Windows 10 using Docker for Windows. Also, I have a container which originates FROM microsoft/windowsservercore
. I have an USB device attached and want to pass it to that container.
What I found so far:
Under Linux you got --device=/dev/..
, but how can I accomplish this under Windows?
Michael Friis wrote on 2017-07-07 that this is currently not possible. However, this comment states that it is.
So my questions are:
You cannot directly pass USB to the container. Either you have to run Docker as a VM or use USB/IP (where the USB data is transferred as IP packets). But there will be a delay in the second method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With