-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Could not find a valid Docker environment #16541
Comments
/cc @stuartwdouglas |
I don't think this is still an issue with the latest Quarkus versions (I could not reproduce it) |
Tried with 2.2.0.CR1, same issue |
I think this is a limitation of test containers, not quarkus. |
I got it running with the following approach.
|
@geoand But testcontainer v1.15.3 works without any issue. |
Given all the changes that have gone into Quarkus 3 around Docker detection, I am going to close this. |
@geoand is there some special/new configuration we need to do or comment from above is the final "solution-around"?
|
If you are seeing the issue with Quarkus |
I'm still facing that issue on a MacOS though. Both Docker and podman is installed. DOCKER_HOST is also set but quarkus dev still complains about a missing docker environment?
Anyone got dev services to run on a MacOS? |
Describe the bug
I'm trying to run a bug reproducer (see #16450 (comment)) and the build fails because it is not able to find a valid Docker environment.
Podman is installed on my machine
Expected behavior
The build detect and use Podman
Actual behavior
Failure with the error message
The text was updated successfully, but these errors were encountered: