Hacker News new | ask | show | jobs
by the-grump 514 days ago
Yeah, no.

I'm not only using containers to deploy my VPSes.

Thank you for trying.

P.S. at least use something declarative and provider-agnostic like terraform.

1 comments

What else are you using containers for?
Testing things on my laptop and deploying services to my home lab. Both benefit enormously from the minimal overhead, fast deployment, and ease of completely removing a service once I'm done with it.
Ah yes, that was one of the main selling points of docker early on, fixing the "works on my machine".

The way I solve that problem is by working directly on testing/staging servers which have the same specs as production.

I almost never run stuff on my local machine, and if I do it's a well isolated piece of code whose IO signature I know exactly and I can mock external systems with ease.