this post was submitted on 03 Aug 2023
141 points (99.3% liked)

Apple

16866 readers
13 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
 

https://fosstodon.org/@fedora/110821025948014034

TL;DR: Asahi Linux will be developed with the Fedora Linux distribution as the primary distribution moving forward. Fedora’s discourse forum will be the primary place to discuss Asahi Linux.

you are viewing a single comment's thread
view the rest of the comments
[–] hellishharlot@lemmy.world 4 points 11 months ago

Apparently not cause it's super easy to find. Searching "docker" on Google returned it as the top result for me. it's a container platform. You have code and it needs somewhere to run. That could be on your computer but that's ineffective at handling package conflicts. So you run it in a container. This means you can install the specific versions of dependencies that the code needs and you're least likely to run into conflicts. You can also run multiple instances of a program regardless of whether it would allow it because each instance runs in its own container. Blissfully unaware of the others