We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On CI environment we start a supporting docker:dind service, but then using docker from within kooldev/toolkit:full does not work. We get the error:
docker:dind
docker
kooldev/toolkit:full
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
The text was updated successfully, but these errors were encountered:
Managed to make it work by setting up the environment variable: DOCKER_HOST=tcp://docker:2375
DOCKER_HOST=tcp://docker:2375
Maybe we should add this to our images out of the box?
ENV DOCKER_HOST=tcp://docker:2375
Sorry, something went wrong.
#6 - add DOCKER_HOST for dind usage
a2e05c7
No branches or pull requests
On CI environment we start a supporting
docker:dind
service, but then usingdocker
from withinkooldev/toolkit:full
does not work. We get the error:The text was updated successfully, but these errors were encountered: