Open baka-gourd opened 2 months ago
hi, @baka-gourd . i am not use podman before.
did you mind create PR for it? i think its will very helpful for us
hi, @baka-gourd . i am not use podman before.
did you mind create PR for it? i think its will very helpful for us
I looked for the current docker implementation and found it to be quite different from what I had envisioned, and it may take me a while to figure out how to use a go client to access podman
idk but why we have to use go client to access podman?
idk but why we have to use go client to access podman?
If I understand correctly, this should be using client to access docker. so the counterpart to this is accessing podman
oh i see, you wanna get podman inspect info which like docker?
its interesting, i will keep this issue here and maybe add support in later(because never use podman before and need time to learn it.)
and welcome to send PR to help us improve it.
Basically podman has the same syntax as docker and podman is being used more and more widely, hopefully support for podman will be added.