Hey, I’m trying to use docker-compose with the new Beta but get the following:
ERROR: TLS configuration is invalid - make sure your DOCKER_TLS_VERIFY and DOCKER_CERT_PATH are set correctly.
You might need to run eval "$(docker-machine env default)"
For me the problem was that docker and docker-compose weren’t appropriately symlinked to the docker mac versions (see this bug that I just created: Docker and docker-compose didn’t symlink correctly). This fixed it for me:
I am having this same issue. @adamgotterer s solution did not work. I’ve completely uninstall docker toolbox, reinstalled Docker 4 Mac, tried creating a ca, cert, and key in ~/.docker but nothing is working.