-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Support podman for the Docker Compose feature #43440
Comments
Hello, we're parsing the output of What works is that you enable the podman socket and then use the original |
Thanks Moritz. Will give that a try and provide feedback |
I seem to be having the same issue. I have enabled podman as a service in systemd:
Spring log output:
|
What is It should show something like this:
the docker client is from docker, and the server is a podman. If your client is a podman, too, then there's something wrong on your machine. The client needs to be a docker, not a podman. |
Please leave this issue open, as we'd like to add Podman support. |
Environment
Ubuntu 24.10
OpenJDK Runtime Environment GraalVM CE 23.0.1+11.1 (build 23.0.1+11-jvmci-b01)
podman version 5.0.3
3.4.0
The problem
I have created a very quick demo project using start.spring.io and seeing the same behaviour I am seeing in my project. Error is as follows:
The docker-compose file looks like:
docker-compose up
from the CLI starts it up with no problemsI'm not keen to switch from podman to docker, tho that is certainly one way to probably resolve this.
Any assistance would be appreciated
The text was updated successfully, but these errors were encountered: