问题 Im trying to use the docker client from inside WSL, connecting to the docker engine on Windows. Ive exposed the docker engine on Windows on port 2375, and after setting the DOCKER_HOST environment variable in WSL, I can verify this works by running docker ps. The problem comes when i attempt to mount directories into docker containers from WSL. For example: I create a directory and file inside my home folder on WSL ( mkdir ~/dockertest && touch ~/dockertest/example.txt ) ls ~/dockertest shows