WSL2 COM port pass-through with usbipd (firewall issues)
I’ll start by saying that ultimately you want to read and follow the Connecting USB devices documentation for WSL. However, a few things cropped up along the way that I think might be worth writing down for future me, and others. Requirements Firstly, you need to be on WSL2. Next, install the USBIPD-WIN program. Listing…
A firewall is blocking sharing between Windows and the containers – Docker
I recently encountered this error while trying to run one of my docker setups. I have encountered errors like this before and it has always ended up being related to docker and sharing my drives to the linux VM that actually runs my containers. Checking the shared drives menu of the docker UI everything seemed…