this post was submitted on 03 Jul 2023
995 points (98.1% liked)

Programmer Humor

19187 readers
1256 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] YellowTraveller@lemm.ee 3 points 1 year ago* (last edited 1 year ago) (2 children)

Nope, Mac OS as a Docker container, it's a thing: https://hub.docker.com/r/sickcodes/docker-osx

Also you don't need a Linux VM to run docker containers on a Mac host btw

[–] george@midwest.social 2 points 1 year ago

TIL, good to know!

[–] fbartels@lemmy.one 1 points 1 year ago

The first layer in that docker container is actually KVM. So you run the container to run kvm, which then emulates osx.