I’m curious how orbstack is able to achieve the performance they claim.
https://github.com/orbstack/orbstack/issues/461#issuecomment...
41–50 of 161 posts
I’m curious how orbstack is able to achieve the performance they claim.
https://github.com/orbstack/orbstack/issues/461#issuecomment...
I love how there is absolutely no mention that it is mac-only (or even what versions of mac are supported), even on the download page.
I switched to Orbstack about 2 weeks ago after having read about it here on HN. I develop a cloud native system entirely writen in Rust. All my own containers are build without Docker thanks to rules oci in Bazel. However, for integration testing, I'm using internal tools that fire up, say a database container and run the tests all from within Bazel to leverage test caching and parallelization. For a while, i was str…
In the end I just run a Linux VM and run everything inside. Zero issues by definition.
I'd actually love to use OrbStack Machines cause it feels much nicer than UTM, but, well, I can't run OrbStack's patched Linux kernel :(
Nice to see this here :) I work on OrbStack. Happy to answer questions!
Basically I want a true UTM replacement, the one I can run my own kernel.
I love how there is absolutely no mention that it is mac-only (or even what versions of mac are supported), even on the download page.
Earlier quoted context omitted.
Asked the other way around, why would anyone think a Docker container runner would be tied to MacOS?
Because Windows users are unlikely to care about Docker and Linux people don’t pay for stuff
I switched to Orbstack about 2 weeks ago after having read about it here on HN. I develop a cloud native system entirely writen in Rust. All my own containers are build without Docker thanks to rules oci in Bazel. However, for integration testing, I'm using internal tools that fire up, say a database container and run the tests all from within Bazel to leverage test caching and parallelization. For a while, i was str…
OrbStack is by far some of the best software I've encountered on Mac, but unfortunately I have difficulty convincing my employer to pay for a commercial license, and with my sparse Docker usage, I'm confined to using it only for personal/hobby usage. What's amazing is it fixes an (almost) show stopper bug when using libuv (or software that uses it like CMake) with Rosetta 2 [1], with the bug present on all Docker/VMs…