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 I've tried except OrbStack. It just seems to get everything right.
OrbStack: The fast, light, and easy way to run Docker containers and Linux
31–40 of 161 posts
Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#32Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#33Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#34I 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.
Which other platform would you expect it to be for?
Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#35Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#36Err, you guys know that about 80% of desktops are Windows right? There's a bit of a myth that developers are all using macOS but in practice that's not really the case.
Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#37Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#38Earlier 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
Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#39The problem with wsl2 is that it not only requires a virtual machine, but also uses the windows kernel, not the linux kernel
Re: OrbStack: The fast, light, and easy way to run Docker containers and Linux
#40I 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…
Is this something you built yourself? I've been looking for a CI tool that uses Firecracker but never found anything, I started building something myself but it never really got finished. Would love to drop that project and use something off the shelf.