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?