-
Notifications
You must be signed in to change notification settings - Fork 35
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 #23
Comments
Ryuk is a technology for Moby (the underlying component of Docker) and Moby-compatible systems. |
It seems that your run command is wrong. The Ryuk container needs $ podman run -it --rm -v /run/user/1000/podman/podman.sock:/var/run/docker.sock docker.io/testcontainers/ryuk The result is
which suggests that Ryuk is compatible with Podman (even though the wording of the messages is improvable ;-)). |
Thanks a lot for sharing the solution @veita 👍 |
this is great. But wouldn't it be better if ryuk/testcontainer do it automatically? |
@fer-marino How can the container do the mounting of the socket automatically? Or what are you referering to specifically? |
What if I'm using a remote podman ?
|
Is this a BUG REPORT or FEATURE REQUEST?
/kind FEATURE REQUEST
Description
ryuk doesn't work with podman
Context
Evidence
The text was updated successfully, but these errors were encountered: