-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to use podman with Testcontainers for Go on M1 Mac #23821
Comments
So what exactly is the podman issue here? Did you check that if your created container is running and has the port exposed in the listing? |
In this link:https://golang.testcontainers.org/system_requirements/using_podman/#podman-socket-activation |
Note, google search shows this seems to be a common issue, e.g. https://engineering.zalando.com/posts/2023/12/using-modules-for-testcontainers-with-golang.html
Seems like podman and ryuk don't get along together? |
@purplefox I don't want to disable |
Sharing updates here:
|
Issue Description
Unable to use podman with [Testcontainers for Go] on M1 Mac
We're creating an etcd container using
Testcontainers
Steps to reproduce the issue
Steps to reproduce the issue
brew install podman
podman machine init
podman machine start
podman system connection list
Describe the results you received
Describe the results you expected
I expected to pull the etcd image using podman.
I'm able to pull this image locally but not sure why it's not working in the code:
podman info output
The text was updated successfully, but these errors were encountered: