this post was submitted on 24 Feb 2025
37 points (91.1% liked)

Programmer Humor

21675 readers
657 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kitnaht@lemmy.world 0 points 3 weeks ago (1 children)

The biggest problem that I have with docker is honestly, the fear of a supply-chain attack.

[โ€“] GreenKnight23@lemmy.world 3 points 3 weeks ago

and that's why you build redundancy and image scanning into your pipeline.

to not use a technology like containers based entirely on a generalization of "security" ignores the obvious security benefits of using a sandboxed environment that can run almost anywhere.

it used to take an hour to release new code into the services I own where I work. with containerized services it takes me five minutes. sure, the builds and scans and qa takes a day but the apps have never been this stable before.

rollbacks would take all fucking night. now? five minutes.

the benefits are a boon to solvency with very little impact to security if managed correctly.