-
Notifications
You must be signed in to change notification settings - Fork 1.1k
connect docker has error #2290
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
Comments
Seeing something similar in a Spring Boot project when upgrading to Spring Boot 3.2.1:
|
Same issue here. First reported on 21 Dec 2023. Docker Java is configured to use UNIX socket at
as if the UNIX socket docker host setting is ignored. Update: downgrading to SpringBoot 3.1.6 has fixed the issues |
As mentioned in spring-projects/spring-boot#38953 one of the reasons could be the bump of Would it be possible to bump |
[request processing failed;nested exception is java.lang.RuntimeException:java.io.IOException: docker-java com.sun.jna.LasteErrorException:[2] No such file or directory ] with root cause |
I've opened a PR with a fix for this here #2294 |
We just landed here because we upgraded spring boot plugin for Gradle to 3.2.1 and the world came crashing down in our build pipeline as a result of the new apache code pulled in. |
caught when processing request to {}->unix://localhost:2375 ,but my host config is unix://var/run/docker.sock ,so where is localhost:2375
The text was updated successfully, but these errors were encountered: