←back to thread

272 points twelvenmonkeys | 5 comments | | HN request time: 0s | source
Show context
kuratkull ◴[] No.42140145[source]
Podman actually works really well. Out-of-the-box virtually-no-configuration-needed rootless containers. It's also usable via docker-compose with a single env variable. (podman-compose wasn't up to par for us)

We've been using it for a couple of years running and managing hundreds of containers per server - no feeling of flakiness whatsoever. It's virtually zeroconf and even supports GPUs for those who need it. It's like docker but better, IMO.

Hope it gets a popularity boost from CNCF. Rooting for it.

replies(14): >>42140324 #>>42140486 #>>42140492 #>>42140544 #>>42140660 #>>42140768 #>>42141042 #>>42141174 #>>42141341 #>>42142569 #>>42142974 #>>42150237 #>>42151540 #>>42155624 #
1. dbacar ◴[] No.42140492[source]
> docker-compose with a single env variable what is that env variable?
replies(3): >>42140850 #>>42140871 #>>42151420 #
2. whilenot-dev ◴[] No.42140850[source]
Probably DOCKER_HOST[0][1]

[0]: https://docs.docker.com/reference/cli/docker/#environment-va...

[1]: https://podman-desktop.io/docs/migrating-from-docker/using-t...

replies(1): >>42146039 #
3. ◴[] No.42140871[source]
4. dbacar ◴[] No.42146039[source]
Thank you
5. kuratkull ◴[] No.42151420[source]
yeah, basically verbatim `DOCKER_HOST=unix:///run/user/1000/podman/podman.sock`