Replacing Docker with Podman
-
https://phoenixnap.com/kb/podman-vs-dockerWith new licensing is it time to look at podman?
https://pakstech.com/blog/replace-docker-with-podman/ -
Thanks for bringing this to our attention.
Is there a tool that easily converts a Docker into a Podman?
How well would Podman work with reproducible builds?
https://reproducible-builds.org/What would the advantage/disadvantage be of having a monolithic platform?
I wonder how true it would be to say that a Docker is like a binary blob, and whether Podman would be less like that.
-
-
@LoudLemur Atleast, for the end user, replacing Docker with podman has no real benefit. I think another aspect is more people know Docker than Podman. This makes support much simpler for us. Same reason we chose Ubuntu, though other distros are suitable/progressive Currently, Docker has much practical benefits and is actively maintained. Also, the container tools use the same abstractions underneath now - libcontainer, runc etc.