Skip to content
New issue

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

Image kooldev/toolkit:full does not work with dind #6

Open
fabriciojs opened this issue Feb 10, 2021 · 1 comment
Open

Image kooldev/toolkit:full does not work with dind #6

fabriciojs opened this issue Feb 10, 2021 · 1 comment

Comments

@fabriciojs
Copy link
Member

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:

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
@fabriciojs
Copy link
Member Author

Managed to make it work by setting up the environment variable: DOCKER_HOST=tcp://docker:2375

Maybe we should add this to our images out of the box?

ENV DOCKER_HOST=tcp://docker:2375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant