Skip to content
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

Allow use of podman instead of docker #223

Open
ssbarnea opened this issue Mar 21, 2022 · 3 comments
Open

Allow use of podman instead of docker #223

ssbarnea opened this issue Mar 21, 2022 · 3 comments

Comments

@ssbarnea
Copy link

This python package is awesome but currently it cannot be used with podman but it should be quite easy to make it recognize podman, or at least to have an option to make use of podman instead of docker as their APIs are compatible.

@sobolevn
Copy link
Member

Good idea! Probably we can remove docker package and use subprocess with both docker and podman commands.

@ssbarnea
Copy link
Author

I did not look at the code yet but it might be a good idea. For example I had to add paramiko to dependecies because my docker was remote and in that case is needed.

It might take some time but now that I known that podman support is welcomed, I might attempt to make a PR.

@sobolevn
Copy link
Member

This would be awesome! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants