macOS Container Machines
github.com
macOS Container Machines
1–10 of 457 posts
Re: macOS Container Machines
#2you 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 ReleaseRe: macOS Container Machines
#3Re: macOS Container Machines
#4Re: macOS Container Machines
#5looks like apple wrote a native docker in swift 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
Re: macOS Container Machines
#6looks like apple wrote a native docker in swift 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
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "15"
(And indecently slow.)Re: macOS Container Machines
#7Will this be able to replace docker desktop an equivalents, removing the expensive Linux VM that runs alongside them?
Re: macOS Container Machines
#8Will this be able to replace docker desktop an equivalents, removing the expensive Linux VM that runs alongside them?
I did an experiment migrating my Podman workload to Apple's container @ https://gist.github.com/jmonster/39e14585e107dbf990a90966c0f...
TL;DR reduces ram/storage usage; minimizes it's existence
Re: macOS Container Machines
#9looks like apple wrote a native docker in swift 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