←back to thread

272 points twelvenmonkeys | 2 comments | | HN request time: 0s | source
Show context
NewJazz ◴[] No.42139600[source]
Does podman support docker compose files well? Devs love them for local environments.
replies(6): >>42139683 #>>42139823 #>>42140017 #>>42140109 #>>42140241 #>>42140505 #
jeppester ◴[] No.42140017[source]
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.

replies(1): >>42140117 #
ocular-rockular ◴[] No.42140117[source]
My only problems with Podman is the lack of up to date repos across systems, the fact that the latest raw binaries are managed by a maintainer out of the goodness of their heart, and that the VS Code extension ecosystem for managing pods is not integratable with the existing Docker stuff (and the replacement extensions are woefully underdeveloped).

Otherwise it honestly is great and preferable over Docker.

replies(2): >>42140208 #>>42141024 #
1. jeppester ◴[] No.42140208[source]
I won't deny that the outdated repos was a pain in the past, but ever since ubuntu got to version 4 it's been working flawlessly for me.

I think version 4 was where podman became a reliable tool, whereas I found it to be flaky and unreliable in previous versions.

I don't use vs code extensions for managing my containers, so I can't say much about those, but I wonder if many of them won't work fine with an alias for docker and maybe the podman-socket running.

replies(1): >>42140720 #
2. ocular-rockular ◴[] No.42140720[source]
Its broken with alias but what's this about the podman-socket? Do you know where I can take a look at that?