Hacker News new | ask | show | jobs
by PaulHoule 1281 days ago
I think much of the value of "dockerization" is that it forces you to write a script, specifically a dockerfile, to build your system.

Most systems a few things that need to be customized to create an instance: database connections, filesystem paths and API keys.

The other day we (HN) heard from somebody in Germany who was running out of capacity in Azure and wondering what to do, if he'd had a script to build a copy of his system he wouldn't have been stressing it so much. It's good to document and standardize your install process early in development as if you do it when you're not under stress you won't stress it when you are.