Hacker News new | past | comments | ask | show | jobs | submit login

Why not just use nix at that point? You can at least retain the advantage of having truly immutable and reproducible builds.

I use docker for most of my clients' work but for in house stuff I just use nix.




Docker and Nix are mostly orthogonal technologies though. Nix is an excellent build tool while Docker is useful as an universal software distribution format. They're really useful together because Nix is actually good at creating compact Docker images. But of course, if you don't have to worry much about distribution, it would be much nicer to stick with Nix as you've mentioned.


Well, just nix works pretty well unless you want to deploy to K8s or Fargate or similar.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: