this post was submitted on 09 Jan 2025
1097 points (98.4% liked)
Programmer Humor
19935 readers
3332 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I love docker, it of course comes with some inefficiencies, but let's be real, getting an app to run on every possible environment with any possible other app or configuration or.... that could interfere with yours in some way is hell.
In an ideal world, something like docker is indeed not needed, but the past decades have proven beyond a doubt that alas, we don't live in this utopia. So something like docker that just sets up a private environment for the app so that nothing else can interfere with it.... why not? Anything i've got running on docker is just so stable. I never have to worry that any change i do might affect those apps. Updating them is automated, ...
Not wasting my and the developers time in exchange for a bit of computer resources, sounds like a good deal. If we find a better way for apps to be able to run on any environment, that would of course be even better, but we haven't, so docker it is :).
Fair enough... I admit I'm a bit of an old curmudgeon, set in my ways. :s