this post was submitted on 28 Oct 2023
1093 points (99.0% liked)

Programmer Humor

31748 readers
1648 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] aniki@lemm.ee 12 points 9 months ago (2 children)

The rest of the world is catching up to the fact that containers are superior for modern, agile application deployment so nitpicking libraries is really only a thing when the security teams come knocking.

[–] wewbull@iusearchlinux.fyi 4 points 9 months ago (2 children)

Containers are the ultimate "works for me" in software development. My experience it makes for more fragile software that depends on its environment being perfect and nothing else will do.

[–] emptiestplace@lemmy.ml 3 points 9 months ago

It sounds like you've confused containers with not containers, friend.

[–] nyoooom@lemmy.world 2 points 9 months ago

Well no, containers allow you to know exactly the environment it runs into, no matter what the actual host environment is, you can run your program on windows, Linux, Mac or any other Docker supported system and it will work the same, I don't see how that's fragile.