this post was submitted on 13 Sep 2024
465 points (99.4% liked)

Technology

58138 readers
4364 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RmDebArc_5@sh.itjust.works 61 points 6 days ago (22 children)

I thought docker was FOSS? What exactly are they charging you for?

[–] thorisalaptop@lemmy.world 100 points 6 days ago* (last edited 6 days ago) (12 children)

Docker Engine (which is the core of what people think of as “Docker”) is FOSS. Docker Desktop (which most people rely on for local development) is free for individuals but I believe the license says companies over a certain size are required to pay.

And on top of that the paid plans also come with support, which large businesses frequently require, and private repositories on docker’s image repository.

[–] MigratingtoLemmy@lemmy.world 14 points 6 days ago (3 children)

I am baffled as to why people want a GUI for Docker, of all things

[–] thorisalaptop@lemmy.world 7 points 6 days ago

I think docker desktop’s bigger value prop is that it’s a well supported zero-effort setup of a VM to run the docker daemon on platforms that don’t support it natively (i.e. MacOS which a lot of programmers use). And it very cleanly handles mounting your local filesystem into containers running in the VM, which is important for dev envs and used to be a source of friction with alternatives (although it seems like the competition has caught up and this also now works out of the box with rancher desktop and others?). Having a GUI is somewhere behind those, though I know folks who have a weird preference for GUIs 🤷‍♀️.

I’m just a guy who uses Linux and spends most of his time in a terminal, so I’m not saying I value docker desktop, and I personally don’t have to deal with any of this so I’m probably behind on how good the alternatives are. Just saying where I see other people get use out of it.

load more comments (2 replies)
load more comments (10 replies)
load more comments (19 replies)