|
|
|
|
|
by jeppester
588 days ago
|
|
I use podman with docker-compose files for my day-to-day work; spinning up databases and other service dependencies for locally running or containerized webapps. podman-compose never worked very well for me, so I'm running with the podman.socket systemd service and the standalone version of docker-compose. That is however working flawlessly. What I really like about podman (and which to be fair docker might have since catched up on) is that rootless containers work so well. Gone are the days where bind-mounting a project folder into a container would mess with your file permissions. In my experience podman also feels easier and less invasive to install, although I can't say if the latter is really the case. |
|
Otherwise it honestly is great and preferable over Docker.