HACKER Q&A
📣 behnamoh

Docker Alternatives?


Given Docker's decision to remove open source organizations, what alternatives would you recommend to move from Docker?


  👤 jljljl Accepted Answer ✓
Nix is a great option for reproducible dev environments. However, the Nix language is pretty complex, which can make adoption and buy in tough.

One solution that my company is working on is Devbox, which tries to provide the usability of tools like Yarn or Brew with the reproducibility of Nix.

You can check us out at https://github.com/jetpack-io/devbox


👤 ParetoOptimal
Taking control of your software supply chain with reproducible (Nix) rather than repeatable (Docker) software.

Nix has some complexity in the same way that lxc containers did, so checkout what's looking to me like Nix's docker equivalent:

https://devenv.sh/


👤 smoldesu
Podman will probably work for 90% of the stuff you want.

👤 k__
I had the impression that was more of a problem with the registry and not the tool.

👤 VadimBauer
you can use https://container-registry.com/ to store your images instead of Docker Hub.

👤 082349872349872
Colima (for macs)