this post was submitted on 19 May 2025
3 points (71.4% liked)
General Programming Discussion
8358 readers
5 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Good write up, but Docker's also useful beyond having the ability to scale, portability being one. With some websites having a huge variety of dependencies now, keeping that all together and knowing it will run on multiple hosts is a big benefit.
(Downside, because nothing is ever for free: You then have to maintain those dependencies and update the image, rather than letting the OS keep everything up to date)
We use docker a lot at work, but not for scaling and not with any cloud provider.