you can now run linux containers on your mac
... but it could be better.
what about (totally contrived):
FROM apple/macos:10.11.6 RUN xcodebuild -project myapp.xcodeproj -scheme MyScheme -configuration Release
ENV XCODE_FRONTEND=unattended ENV XCODE_LICENSES=accept,firstborn,applepay,appleid=sjobs@me.com
services: macos: image: dockurr/macos container_name: macos environment: VERSION: "15"
Yeah I was working on that, created a prototype. I don't see a business in it, so abandoned.
I'm saying the older version of macos could build/run INSIDE the container
just like on a ubuntu 24.04 system you can do:
FROM ubuntu:16.04
docker run ubuntu:16.04
So it seems like in theory that should be doable if someone just made the container images right?
you can now run linux containers on your mac
... but it could be better.
what about (totally contrived):