I’m trying to execute Docker commands from a WSL bash terminal and am getting the following error…
$ docker ps
Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?
I’ve added DOCKER_HOST=tcp://localhost:2375
to my .bashrc
and enabled “Expose daemon on tcp://localhost:2375 without TLS” in the Windows Docker settings.
I’ve searched and searched and nobody seems to be running into this problem like I currently am.
Any ideas?