Yes. That’s basically the point. They call it a “drop in replacement”, but last I used it manually there were some extra steps for what I wanted to do. To be clear: not for every thing you want to setup, just one if the things I read don’t up required extra steps. But I also hear that those things have changed since then and it’s mostly seamless now.
Comment on Docker or Proxmox? Something else entirely?
abeorch@friendica.ginestes.es 4 days ago@Creat @JeanValjean Alot of apps seem to come with Docker images - can you use those with Podman?
Creat@discuss.tchncs.de 4 days ago
EncryptKeeper@lemmy.world 3 days ago
It’ll never really be a perfect drop in replacement because Docker relies on its daemon for a lot of functionality and Podman is daemonless, so you have to work around that. But like you said it’s just a matter of learning how things work with Portman.
EncryptKeeper@lemmy.world 3 days ago
Docker images are OCI compliant and are agnostic of the container runtime you use.