Hacker News new | ask | show | jobs
by Hamuko 694 days ago
I've built server applications that ship as a single binary and I'm still running them as Docker containers on my home server.
1 comments

Tell me why?
It just makes deploying much easier. I don't have to worry about system dependencies or some random trash being left on my filesystem, since the container has all of its dependencies and it only has access to whatever parts of the filesystem I give it.