-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Failure when executing ./gradlew :ComposeUp #150
Comments
Googling the error message finds a few results that suggests that something is not quite right with Docker. What happens when you type 'docker-compose pull' on the command line? And what's the output of 'docker-compose version' and 'docker version' |
I see this error: During handling of the above exception, another exception occurred: Traceback (most recent call last): $ docker-compose version $ docker version It shows my Docker daemon is not running. I assume I need to fix this issue. |
When executing ./gradlew :ComposeUp I get following error:
File "docker\api\client.py", line 221, in _retrieve_server_version
docker.errors.DockerException: Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')
[18368] Failed to execute script docker-compose
Task :composeUp FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':composeUp'.
Process 'command 'docker-compose'' finished with non-zero exit value -1
Any suggestion how to resolve this?
The text was updated successfully, but these errors were encountered: