Created
June 10, 2016 02:11
-
-
Save zoevanhavre/c1216db523a189af0ba28a1702d75663 to your computer and use it in GitHub Desktop.
Docker fix error "Error checking TLS connection: Host is not running"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When encourtering `Cannot connect to the Docker daemon. Is the docker daemon running on this host?` and if `docker-machine env` does not fix it, check the name of the running docker-machine (NAME_OF_MACHINE) and run this instead: | |
| `docker-machine env NAME_OF_MACHINE` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment