-
Notifications
You must be signed in to change notification settings - Fork 68
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
Make Kathara be compatible with Podman #234
Comments
Hello @q2dg, Thanks for opening the issue! We are thinking about supporting also Podman, but it is not a simple and fast change. However, Docker is available on Fedora and we always release Kathará package for Fedora both for To install Docker you only need to follow the official Docker guide. Let me know if you need more help! Many thanks, |
Oooh, thanks a lot! I wasn't aware of Docker repository for Fedora! |
I think Podman would be ideal since it is daemonless. Kathara could just manage its own containers instead of connecting to a daemon. |
Hi @Darin755, However, the current Python APIs are still immature and incomplete, for example, the stream APIs (to open tty connections with containers) are still not implemented. Hence, we still need to wait that the library becomes more mature to start implementing it. :) Cheers, |
@Skazza94 |
Does Kathara need root? Podman has a Docker compatibility mode but I'm not sure if kathara needs rootful Podman https://podman-desktop.io/docs/migrating-from-docker/customizing-docker-compatibility |
Is your feature request related to a problem? Please describe.
Yes. I can't run Kathara on my Fedora host because Docker isn´t available
Describe the solution you'd like
Make Kathara run over Podman (a root-less alternative to Docker). Thanks!
The text was updated successfully, but these errors were encountered: