Hacker News new | ask | show | jobs
by jmathai 605 days ago
I’ve been writing software for 20+ years. Sometimes I feel like I’m the only one who hasn’t had the problems Docker solves.
1 comments

Depends on the language and deployment method. Windows anything on .Net Framework. Sure, why use Docker?

C++ CSV parser, yep, Docker generally doesn't make sense since it's ship the executable and done.

However, Python/Java/.Net where you can't be sure of run time? Container. Node with a ton of random packages? Container

Need to manage a big fleet of software? Containers enable a ton of container orchestration engines.