submitted 3 weeks ago* (last edited 3 weeks ago) by to c/linuxmemes@lemmy.world
 

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
[–] 52 points 3 weeks ago (15 children)

Wtf I thought docker was foss. Fml man

  • source
  • parent
  • hideshow 15 child comments
  • [–] 67 points 3 weeks ago* (last edited 3 weeks ago) (11 children)

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

  • source
  • parent
  • hideshow 11 child comments
  • [–] 5 points 3 weeks ago (2 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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 weeks ago (7 children)

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

  • source
  • parent
  • hideshow 7 child comments
  • [–] 4 points 3 weeks ago (4 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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 weeks ago (3 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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 0 points 3 weeks ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 8 points 3 weeks ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 weeks 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.

  • source
  • parent