this post was submitted on 20 Nov 2023
495 points (86.3% liked)
linuxmemes
20880 readers
6 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Docker costs money? What?
The docker desktop does. It is very tricky to install docker without it on the Mac.
You can try installing it on GitHub actions for your CI runs with the Mac runner. It can be done, but takes forever, is hacky and breaks very often.
For my simple local container needs I switched to Podman for that reason. Work gave me a Macbook Pro among my other systems I am wanted to use it as a daily driver to learn the platform better.
I use podman on NixOS. It's cool, but be warned there are subtle and less subtle differences.
Use colima ;)