kunice
(Kunice)
1
I have a USB/Ethernet adapter but even if I run --net=host I don’t see the ethernet adapter in my container (host is windows the container is Linux).
docker run --device=/dev/bus/usb:/dev/bus/usb --privileged --net=host -it my_container /bin/bash
K-
rimelek
(Ákos Takács)
2
I can share my post from another topic
Are you using Docker Desktop or just Docker CE in a WSL2 distro or any virtual machine?