-
Notifications
You must be signed in to change notification settings - Fork 2.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
Starting services locally with docker-compose failed on Windows 10 #183
Comments
Hi @valsaraj Did you solve your issue? |
I have the same issue. @arey, do you have any recommendations on how to solve this problem? My error is similar: |
I'm sorry. I'm developing on MacOS and thus I cannot reproduce your issue. |
Hi @valsaraj , I had the same issue first but after some research I found that just you need to do is: Tick this value : Expose daemon on tcp://localhost:2375 without TLS |
Hi @arey , Like these general problem for all OSs, can you make a like Frequently Occurred Problems section on Readme. |
Hi @ramazansakin thank you for having found a solution to this issue. |
Ok, sure but lets see if it works for @valsaraj and maybe also for Mac :) |
@ramazansakin |
Hi again after a long time :) , I think @valsaraj has another problem as I understand and what about you @timwildberger , could you solve the problem ? |
Hi @valsaraj Do you find a solution? |
@arey #183 (comment) |
When executed the below command error comes:
mvnw clean install -P buildDocker
[INFO] Reactor Summary:
[INFO]
[INFO] spring-petclinic-microservices 2.4.5 ............... SUCCESS [ 0.364 s]
[INFO] spring-petclinic-admin-server ...................... FAILURE [ 29.504 s]
[INFO] spring-petclinic-customers-service ................. SKIPPED
[INFO] spring-petclinic-vets-service ...................... SKIPPED
[INFO] spring-petclinic-visits-service .................... SKIPPED
[INFO] spring-petclinic-config-server ..................... SKIPPED
[INFO] spring-petclinic-discovery-server .................. SKIPPED
[INFO] spring-petclinic-api-gateway 2.4.5 ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.629 s
[INFO] Finished at: 2021-07-13T09:26:28+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:1.2.0:build (default) on project spring-petclinic-admin-server: Exception caught: Head https://registry-1.docker.io/v2/library/openjdk/manifests/11-jre: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fopenjdk%3Apull&service=registry.docker.io: net/http: request canceled (Client.Timeout exceeded while awaiting headers) -> [Help 1]
Docker for Windows is used (Expose daemon on tcp://localhost:2375 without TLS)

The text was updated successfully, but these errors were encountered: