this post was submitted on 24 Aug 2026
507 points (93.3% liked)
linuxmemes
32613 readers
1591 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How does podman handle docker compose tasks?
Through a hacky Python script (podman-compose), but apparently it works. But IMHO there's no reason not to just rewrite compose files as quadlets. I think it's so neat that they work pretty much just like normal systemd units, it makes it feel a lot more logical especially if you're used to pre-container workflows.
One problem with Podman is that there isn't a lot of newbie-proof documentation, tutorials etc. partially because it's not as popular as Docker and partially because it's developed by Red Hat and they want you to get a RHEL license to access learning resources and support. But if you're good with man pages, this shouldn't be much of a problem, it's easy enough to figure out what to do.
They don't just work pretty much like systemd units; they are generated into systemd units
I prefer compose for development instead of quadlets. Actually I prefer compose either way although I use quadlets on my server.
With quadlets all projects files are in the same location and you need separate files for each container, volume, network, etc.
Couldn't someone like you type up a short list with tips and tricks and post it where the newbies can find it?
I would recommend using the docker-compose cli pointed at a podman socket over podman-compose. I don't think anyone has been recommending podman-compose for quite a while now.
Interesting.
I used to do it the way you're recommending (before I had podman compose), but I got tired of installing docker compose, and haven't suffered enough for just using Podman compose, lately.
I do think more things are more likely to work the way you're saying. Compose doesn't seem to be standardized yet? And the original dev was probably using Docker compose - for any randomly selected project.
But when I can get away with podman compose, I do, as I recall it being much easier to setup.
Probably as good as it can, you shouldn't use docker compose with podman anyway, there are two alternatives (quadlets - they describe everything as a systemd units and kube yaml - they use standard k8s yaml files including pods, deployments, secrets, etc.), both arguably better than compose.
I've always had issue with
podman-compose. So I setup a podman socket and use it with docker compose.Haha. Yes. This meme would be more fair to call "podman compose" out as "we have Docker compose at home".
I'm not a fan of the compose pattern anyway. So it doesn't usually bother me.
There's
podman-composeavailable through your package manager or pypi.That's one thing - installing and trying out Podman compose takes less time than remembering where to get Docker compose from.
I always at least try it first, because it's not expensive to try.
Surprisingly well?
It's rare when I have to look up special instructions for podman. Once ΓΎe setup is ironed out commands are mostly interchangeable.
Γe podman team have done a great job.
Can you stop using thorn? It's quite a problem for some people, it makes reading very hard for them