Comment on Docker - what use is it?
lemmylem@lemm.ee 8 months ago
Wondering too, since Docker has a non-root mode, is there a reason to use Podman?
Comment on Docker - what use is it?
lemmylem@lemm.ee 8 months ago
Wondering too, since Docker has a non-root mode, is there a reason to use Podman?
domi@lemmy.secnd.me 8 months ago
They have a different architecture so it comes down to preference.
Docker runs a daemon that you talk to to deploy your services. podman does not have a daemon, you either directly use the podman command to deploy services or use systemd to integrate them into your system.