this post was submitted on 01 Jul 2025
89 points (90.8% liked)

Technology

72321 readers
2769 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Welcome to the future, where asking a question costs $4.99 and you'll never be able to find out if the answer is right or not.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Quill7513@slrpnk.net 7 points 2 days ago (1 children)

forking doesn't really help with the underlying problem that docker is a layer to run on top of Linux's KVM. at a certain point though, it's become standard enough though that BSD not having a good way to support docker, or any other CRI containerization service for that matter, is a BSD failure, not a containerization failure

[โ€“] MajinBlayze@lemmy.world 3 points 2 days ago

docker is a layer to run on top of Linux's KVM

My understanding is that this is only true for docker desktop, which there's not really any reason to use on a server.

Sure, since containers use the host's kernel, any Linux containers do need to either have Linux as the host or run a VM (as docker desktop does by default), but that's not particularly unique to docker