Hacker News new | ask | show | jobs
by pydry 885 days ago
Podman itself is good but on the tooling side it falls down.

Docker tooling tends to work with podman but you have to do a bunch of stuff like run a server to imitate docker. At that point why bother?

1 comments

A bunch of stuff being enabling a single systemd service, and pointing the DOCKER_HOST env to said service.
From what I remember it wasnt just that.