marcelbirkner / docker-ci-tool-stack

Docker Infrastructure via docker-compose (Jenkins, SonarQube, Nexus, GitLab, Selenium Grid)
MIT License
815 stars 599 forks source link

Jenkins issue #41

Closed keer2012 closed 7 years ago

keer2012 commented 7 years ago

I got this issue on my mac. ERROR: for jenkins Cannot start service jenkins: error while creating mount source path '/usr/local/bin/docker': chown /usr/local/bin/docker: no such file or directory

marcelbirkner commented 7 years ago

Where is your docker binary installed? You might have to adjust that path in the docker compose yml.

trumhemcut commented 7 years ago

I face the same issue: ➜ devops docker-compose up Removing jenkins gitlab is up-to-date Recreating 09c82acaad92_09c82acaad92_jenkins

ERROR: for jenkins Cannot start service jenkins: error while creating mount source path '/usr/local/bin/docker': chown /usr/local/bin/docker: no such file or directory ERROR: Encountered errors while bringing up the project. ➜ devops which docker /usr/local/bin/docker

Pomax commented 7 years ago

Why was this issue closed? Did @keer2012 fix it? If so, can he/she please let the world know how because this is a massive pain in the backside.