Hacker News new | ask | show | jobs
by dgb23 1546 days ago
You don't necessarily need containers for that though?
2 comments

Containers offer a lot of advantages, portability, IaC, OS abstraction, common predictable environments, etc.

I personally like them a lot but it's definitely not the only way to do things.

The alternative would be hosted functions, like lambda, which is just running in someone else's containers.