Skip to content

Instantly share code, notes, and snippets.

@Zeryther
Created March 4, 2021 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeryther/3eeee12571967fcbc9202ca319269586 to your computer and use it in GitHub Desktop.
Save Zeryther/3eeee12571967fcbc9202ca319269586 to your computer and use it in GitHub Desktop.
Docker for Desktop starting issue

error during connect: Get https://192.168.99.100:2376/v1.38/containers/json: dial tcp 192.168.99.100:2376: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

If you know this error and use the Docker for Desktop you may have previously used Docker Toolbox. I created this Gist in case I run into this issue again at some point so I don't have to look for the solution all over again.

Basically just clear the environment variables in Windows set by the previous Docker Toolbox installation, restart the termain and it should work.

Found the solution here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment