marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
728 stars 12 forks source link

Docker support #718

Open sidevesh opened 1 year ago

sidevesh commented 1 year ago

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 ?

marhkb commented 1 year ago

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.

sidevesh commented 1 year ago

great! thanks

wcasanova commented 10 months ago

another api option is bollard

PHHENS commented 6 months ago

+1 : Docker support would be a must. Docker offer better networking options for rootless containers. Such a nice GTK interface for Docker would be great ;-)

PHHENS commented 6 months ago

Dear Marcus, Thanks for your work gnome pods ;-) I've seen you recently worked on docker-support branch. Would be very happy to try it ;-) Thanks

PHHENS commented 4 months ago

Dear Marcus, Is the "docker-branch" supposed to compile ? Thanks