-
Notifications
You must be signed in to change notification settings - Fork 15
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
Docker support #718
Comments
I like the idea. It will need a wrapper that delegates either to podman-api-rs or docker-api-rs depending on the current connection. Also, some features are in one but not in the other, like pods. This needs to be handled, too. I will try to look into this after #717 lands in September/October. But I can't promise anything. |
great! thanks |
another api option is bollard |
+1 : Docker support would be a must. |
Dear Marcus, |
Dear Marcus, |
Describe your feature request
I really like this app and would love to use it but problem is I have to stick with docker for now.
I know that in a previous discussion it was mentioned that uncoupling from
[podman-api-rs](https://github.com/vv9k/podman-api-rs)
is not feasible,but I recently saw that there exists https://github.com/vv9k/docker-api-rs too by the same developer, and they both seem to share a lot of code and functions in quick glance,
would it be possible to use this to add docker support or make a docker version of Pods ?
The text was updated successfully, but these errors were encountered: