OrbStack works really well for me. I wonder how it’s compared to this performance wise
macOS Container Machines
161–170 of 457 posts
Re: macOS Container Machines
#162Every time I see Apple flaunting Linux containers I can hardly consider it as anything but admitting defeat. It could easily be Darwin, if they still had the capacity.
Apple set itself up for defeat in the server and developer marketplace as soon as they decided macOS was proprietary code. Why would any serious developer use closed-source code they can't debug and modify? Especially for a production server? It's the same reason no serious developers or hackers use macOS, like part of the point of being a developer is being able to dig into the code at any layer and debug and fix th…
I know I'm basically taking the bait, but I guess I've not been "seriously" developing stuff for the past decade or two, which is news to me!
Re: macOS Container Machines
#163I can create docker-images with docker compose, or use something like colima, which this seems to be close to (that should have some advantages over docker, although my hope of circumventing W^X page protection did not pan out).
I was perplexed that the repository does not put these container machines in context. The seem to be close to colima? When should I use which option (docker, collima, container machines ?)
Maybe others wonder too but are ashamed to ask. I have no shame ;)
Thanks for any pointers
Re: macOS Container Machines
#164Re: macOS Container Machines
#165Re: macOS Container Machines
#166I usually run like a db, redis, maybe something like rabbitmq/zeromq and have a app that uses these services (makefile/docker-compose).
I would love to switch if this in fact is a lightweight replacement.
Re: macOS Container Machines
#167Earlier quoted context omitted.
I mean at this point literally anything works better than Windows.
Except game development, hence Proton.
Re: macOS Container Machines
#168With colima I can run AMD64 (x86) Linux containers in my Arm64 too. I think this is strictly for Arm64 Linux VMs, or is there some way to run x86 with this too?
Re: macOS Container Machines
#169To clarify a few comments here: this is not only OCI containers: container machines add support for persistence and filesystem mounting, making container machines a great lightweight Linux environment for developers using macOS. More details here: https://developer.apple.com/videos/play/wwdc2026/389
> ... highly integrated Linux environment that works seamlessly on your Mac. ... Which kernel is running, and is it hosted in hypervisor.framework, as is done with UTM (when not using the qemu mode)?