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:
- Is it currently possible to pass an USB device from a Windows Host into a Windows Docker container?
- If yes, what is the correct syntax?
- If not, when approximately can we expect this feature?