Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save zoevanhavre/c1216db523a189af0ba28a1702d75663 to your computer and use it in GitHub Desktop.

Select an option

Save zoevanhavre/c1216db523a189af0ba28a1702d75663 to your computer and use it in GitHub Desktop.
Docker fix error "Error checking TLS connection: Host is not running"
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