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

linuxmemes

32597 readers
1630 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.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] pineapplelover@lemmy.dbzer0.com 52 points 2 days ago (2 children)

    Wtf I thought docker was foss. Fml man

    [–] moonpiedumplings@programming.dev 67 points 2 days ago* (last edited 2 days ago) (2 children)

    Docker is foss. Docker desktop and docker sbx are not.

    [–] unitedwithme@lemmy.today 4 points 2 days ago (1 children)

    Are you sure about that? I see Copyright at the bottom (maybe the name) and is free only for personal tier, everything else costs money. Maybe some of the containers are open source per https://www.docker.com/products/trusted-content/open-source/ but I don't see where it says anywhere that the actual software that is docker is OSS let alone FOSS.

    [–] NewOldGuard@lemmy.ml 11 points 2 days ago (1 children)

    The core of Docker is called Moby, which is open source on GitHub. So are docker-cli and compose

    [–] unitedwithme@lemmy.today 4 points 1 day ago

    Ah, explains the whale!

    [–] Kangae_Hishiryo@scribe.disroot.org 1 points 1 day ago (2 children)

    It's FOSS, but not Libre, and more close to open-core than to open source.

    [–] kuberoot@discuss.tchncs.de 1 points 1 day ago (1 children)

    It can't be FOSS but not Libre, the Free in FOSS means Libre. And it also can't be FOSS but not opensource, of course.

    [–] Kangae_Hishiryo@scribe.disroot.org 0 points 1 day ago* (last edited 19 hours ago)

    No, Free means "Gratis", or "Free as in Free Beer", Libre means "Free as in Freedom". That's why FLOSS is recommended to be used instead FOSS, because the latter can be prone to confusion.

    [–] moonpiedumplings@programming.dev 3 points 1 day ago (1 children)

    The version that is installable from the repositories of Linux distros is all open source. Docker itself, the container engine and runtime are all open source. Nobody cares about stuff like docker desktop or docker sbx, not only are they not critical to the software itself, they aren't that useful or valuable.

    [–] Kangae_Hishiryo@scribe.disroot.org 1 points 1 day ago (2 children)

    I don't mean Docker Desktop, I mean docker-cli and moby.

    Just because something has a FOSS license and is open-sourced in some code forge doesn't mean that it effectively respects some (or even all) of the four freedoms.

    [–] lemmyvore@feddit.nl 0 points 22 hours ago (1 children)

    It's licensed Apache 2.0, which has been acknowledged as FOSS by the EFF.

    Yeah, but I can use the license on my software but not respect that license at all... That's what I mean. A license itself is nothing if the actions of the developer aren't corresponding to it.

    [–] moonpiedumplings@programming.dev 2 points 1 day ago* (last edited 1 day ago)

    The version you get from Debian does respect all four freedoms.

    [–] wonderingwanderer@sopuli.xyz 8 points 2 days ago (2 children)

    If you install the GUI it literally won't let you open it unless you agree to their telemetry...

    [–] lemmyvore@feddit.nl 1 points 22 hours ago

    The GUI is not technically "Docker". It's made by Docker the company but it doesn't use the same runtime engine, because it's meant for non-Linux OS which don't have it. It uses whatever the host OS has in place as an alternative.

    Ah ok, that doesn't affect me but still, what a bummer