drcariel opened a new issue #2449: Docker for Mac brew install doesn't start daemon URL: https://github.com/apache/incubator-openwhisk/issues/2449 ## Environment details: * local Mac OS ## Steps to reproduce the issue: 1. Follow doc @ https://github.com/apache/incubator-openwhisk/tree/master/tools/macos 2. Install appropriate prerequisite files, including docker (with 2 == instead of 1 =) 3. Gradle build fails because docker daemon isn't running ## Provide the expected results and outputs: ``` ./gradlew Build success ``` ## Provide the actual results and outputs: ``` ./gradlew scala build failure. docker ps yields 'no docker daemon is running' ``` ## Additional information you deem important: * I was able to resolve the issue by downloading and installing docker from the source directly @ https://download.docker.com/mac/stable/Docker.dmg * It seems that brew installation and pip installation of docker did not start the daemon. I tried several times. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
