Based on our record, Podman seems to be a lot more popular than Flox. While we know about 123 links to Podman, we've tracked only 9 mentions of Flox. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
- `flox activate` -> get to work The reason we call these "environments" instead of "developer environments" is that what we provide is a generalization of developer environments, so they're useful in more than just local development contexts. For example, you can use Flox to replace Homebrew by creating a "default" environment in your home directory [2]. You can also bundle an environment up into a container [3]... - Source: Hacker News / 7 days ago
Is the objective to get inside a container to do dev stuff? Reminds me of https://www.jetify.com/devbox and https://flox.dev/. - Source: Hacker News / about 2 months ago
I think it's a bad addition since it pushes people towards a worse solution to a common problem. Using "go tool" forces you to have a bunch of dependencies in your go.mod that can conflict with your software's real dependency requirements, when there's zero reason those matter. You shouldn't have to care if one of your developer tools depends on a different version of a library than you. It makes it so the tools... - Source: Hacker News / 4 months ago
I think that's a bit reductive, but I get the intent. A lot of people see systemic problems in their development and turn to tools to reduce the cognitive load, busywork, or just otherwise automate a solution. For example "we always argue over formatting" -> use an automated formatter. That makes total sense as long as managing/interacting with the tool is less work, not just different work. With Nix I still think... - Source: Hacker News / 4 months ago
Try flox [0]. It's an imperative frontend for Nix that I've been using. I don't know how to use nix-shell/flakes or whatever it is they do now, but flox makes it easy to just install stuff. [0]: https://flox.dev/. - Source: Hacker News / 4 months ago
Since a few years now, we started to design various cli for internal batch usage, on our Java Stack on top of picocli and quarkus, delivered as images, and run on podman. - Source: dev.to / about 2 months ago
Docker or Podman for container runtime. - Source: dev.to / about 2 months ago
If you are unfamiliar with the concept of containers and docker images, I suggest you have a look at docker. It will be leveraged here to start the Spark server for the tests; it's important to mention there are other opensource alternatives like podman or nerdctl to allow containerization. - Source: dev.to / 2 months ago
Podman[1] is the answer. [1] https://podman.io. - Source: Hacker News / 3 months ago
In this project I’ll show how to send and consume a message using Brighter with RabbitMQ, you will need a podman (to run RabbitMQ) and .NET 8 or 9. - Source: dev.to / 4 months ago
devenv - Fast, Declarative, Reproducible, and Composable dev envs
containerd - An industry-standard container runtime with an emphasis on simplicity, robustness and portability
DevBox - Everyday utilities for the everyday developer
Buildah - Buildah is a web-based OCI container tool that allows you to manage the wide range of images in your OCI container and helps you to build the image container from the scratch.
Daytona - Daytona is the enterprise-grade Codespaces alternative for managing self-hosted, secure and standardized development environments.
CRI-O - Lightweight Container Runtime for Kubernetes