←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.25s | source
Show context
vbezhenar ◴[] No.45138093[source]
I did numerous attempts to switch from docker to podman. Latest one worked, and so far I didn't feel the need to get back to docker. There was only one issue that I had: huge uid didn't work in podman (like 1000000 I think), but I fixed the dockerfile and rest worked fine for me. podman-compose does not work well in my experience, but I don't use it anymore.
replies(3): >>45138215 #>>45139697 #>>45141851 #
1. osigurdson ◴[] No.45138215[source]
Instead of using compose, you can create Kubernetes like yamls and run with podman play kube.

Of course if you have really large / complex compose files or just don't feel like learning something else / aren't using k8s, stick with docker.