Live data from Hacker News

Ask HN: Docker Alternatives?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: Docker Alternatives?

#6

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

Please be clear about your affiliation with this service (as you were in another thread). Anyway, looks it might be useful with Docker shooting themselves in the foot.

Re: Ask HN: Docker Alternatives?

#8
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