Hacker News new | ask | show | jobs
by ttoinou 206 days ago
Docker is very heavy and more for Linux, I'm on macOS and Windows for desktop software development and can't put my software to test inside Docker. But yeah I could have sandboxes inside macOS and inside Windows (virtualization, VMs, WSL etc.), I'd still need one main orchestrating agent + GUI to rule them all
2 comments

Here are a couple of (open-source Apache license) projects I wrote to sandbox on Mac, which I use to run my agents, while still being able to build/run macOS apps:

Limited user account: https://github.com/webcoyote/sandvault

Virtual machine: https://github.com/webcoyote/clodpod

Not 100% sure it will solve your complaints about Docker, but https://OrbStack.com makes working w/ docker, docker-compose, linux vms, and k8s so much better.
I’m pretty sure they were referring to building macOS or Windows desktop programs, which Docker doesn’t help with.