Wercker
Has anyone used wercker’s CLI with the new Docker for Mac? If so, what did you put in the host etc. It seems to rely on the environment variables set by docker env
which is a breaking change of the new Docker.
Share and learn in the Docker community.
Has anyone used wercker’s CLI with the new Docker for Mac? If so, what did you put in the host etc. It seems to rely on the environment variables set by docker env
which is a breaking change of the new Docker.
It turns out that the homebrew installation of the wercker-cli currently provides a version that doesn’t include detection of the docker socket path on non-Linux.
You could build it from master, or workaround with:
export DOCKER_HOST=unix:///var/run/docker.sock
Otherwise, you’ll have to wait until the maintainers cut a fresh release package and update the homebrew recipe.