| ▲ | ttoinou 2 hours 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 | ||
| ▲ | chrisweekly a minute ago | parent | next [-] | |
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. | ||
| ▲ | netcoyote an hour ago | parent | prev [-] | |
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 | ||