Cannot connect to the Docker daemon at tcp://localhost:2375/. Is the docker daemon running? section_end:1610903410:step_script code example
Example: WSL connect docker daemon to docker for windows
echo "export DOCKER_HOST=tcp://localhost:2375" >> ~/.bashrc && source ~/.bashrc