this post was submitted on 24 Aug 2026
506 points (93.3% liked)

linuxmemes

32613 readers
1515 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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 sudo in 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 figuresWe 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
     

    EDIT: For some context, I recently gave podman another go. I have a few services on my homelab server set up in docker containers, so I tried migrating to podman.

    After the second major bug (open issue on github) I encountered looked like it would require completely dropping using compose files to work around, I gave up and went back to docker.

    I like the idea of podman, but it’s just not stable. I’ll try again in a year or so.

    As a bonus, docker’s CLI is significantly nicer.

    (page 3) 50 comments
    sorted by: hot top controversial new old
    [–] Idontknowanything@lemmy.world 5 points 3 days ago (3 children)
    [–] fruitycoder@sh.itjust.works 4 points 3 days ago

    It's a daemonless client for managing Linux containers. So any "docker" container. Most Linux distros have a native package for it too

    [–] EnsignWashout@startrek.website 2 points 3 days ago* (last edited 3 days ago)

    Podman is the RedHat implementation of the Open Container Initiative (OCI).

    A Dockerfile and a Containerfile are both OCI. Docker and Podman can generally both use either.

    Contrasted with Docker, Podman has better security defaults, and installers and licenses that are both actually open source. (Parts of Docker are open source. Parts are not.)

    Docker used to lead with additional features beyond OCI such as Docker Compose, but Podman Compose has been a thing for a while, now.

    The more mature a product is, the more likely it works perfectly with any OCI compliant tool.

    For rookie work, I feel like there's still fair odds the developer only uses Docker and may rely on some anti-pattern that requires setting "bad security=ok" settings before their project will work in Podman.

    Your mileage may vary.

    load more comments (1 replies)
    [–] heartSagan5@lemmy.zip 5 points 3 days ago (12 children)

    How does podman handle docker compose tasks?

    [–] esc@piefed.social 5 points 3 days ago* (last edited 3 days ago)

    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.

    [–] andho@lemmy.zip 4 points 3 days ago (1 children)

    I've always had issue with podman-compose. So I setup a podman socket and use it with docker compose.

    load more comments (1 replies)
    load more comments (10 replies)
    [–] Railcar8095@lemmy.world 3 points 3 days ago (3 children)

    Am I the only one who struggles with podman permissions? Every time I try to use it one service or another doesn't work.

    I tried for immich (only service I expose) and failed.

    load more comments (3 replies)
    load more comments
    view more: ‹ prev next ›