Answers for "using default tag: latest cannot connect to the docker daemon at tcp://localhost:2375"

1

WSL connect docker daemon to docker for windows

echo "export DOCKER_HOST=tcp://localhost:2375" >> ~/.bashrc && source ~/.bashrc
Posted by: Guest on February-24-2020

Code answers related to "using default tag: latest cannot connect to the docker daemon at tcp://localhost:2375"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language