Skip to content

Instantly share code, notes, and snippets.

@Hasnayeen
Created November 9, 2017 08:55
Show Gist options
  • Save Hasnayeen/797c3fa30ecd0f7d02992c3b590d5048 to your computer and use it in GitHub Desktop.
Save Hasnayeen/797c3fa30ecd0f7d02992c3b590d5048 to your computer and use it in GitHub Desktop.
day to day error
docker-machine error
type: can't remove machine or set machine, gives following error
Error checking TLS connection: invalid character '<' looking for beginning of value
solution:
remove all machine created by docker machine
`docker-machine rm -f $(docker-machine ls -q)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment