Hacker News new | ask | show | jobs
by esseph 98 days ago
TBH I feel as if only docker belongs in that list. Guix and nix have users, sure, but not remotely like docker.
1 comments

Yeah they are way better than docker for packaging
Why is docker used by far the most, then?
Laziness
docker got popular because it had better DX (better tooling), it was like a super lightweight VM (and initially people really wanted to put init and SSH into containers)

easy but powerful, it's not just packaging, it's also a very basic deployment system too. (docker ps) and said better allowed a relatively foolproof cross-platform develop-deploy loop.