this post was submitted on 24 Feb 2025
6 points (87.5% liked)

Programmer Humor

22872 readers
802 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
 
top 14 comments
sorted by: hot top controversial new old
[–] roofuskit@lemmy.world 1 points 2 months ago (1 children)
[–] SARGE@startrek.website 1 points 2 months ago

I love when people say they feel dumb because they didn't know something, because then I get to share xkcd with them, too.

[–] kitnaht@lemmy.world 1 points 2 months ago (1 children)

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

[–] Drasla@lemmy.studio 0 points 2 months ago (2 children)

You mean compromised code sneaking into Docker images? Or a DOS on dockerhub?

[–] kitnaht@lemmy.world 1 points 2 months ago

Supply chain attack has a definition. And it has nothing to do with DDoS.

[–] roofuskit@lemmy.world 0 points 2 months ago (1 children)

They worry about someone replacing the docker image on the hosting server with a malicious modified version for people to pull down during updates.

[–] zalgotext@sh.itjust.works 1 points 2 months ago

This worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod

[–] lowleveldata@lemmy.world 1 points 2 months ago (1 children)

Still doesn't work in production because it's a multi-cluster k8s instead of a simple laptop

[–] InnerScientist@lemmy.world 0 points 2 months ago (1 children)

Run a multi-cluster k8s on your notebook to test then?

[–] marcos@lemmy.world 0 points 2 months ago (1 children)

Good luck, the instances can't just be started in any random order and at their current version their dependency graph is cyclical.

[–] InnerScientist@lemmy.world 1 points 2 months ago (1 children)

There's a solution you're not seeing, make the notebook part of the production cluster.

[–] brotundspiele@sh.itjust.works 1 points 2 months ago (1 children)

It's really great how docker shifted the problem from "works on my machine" to "works with my version of docker".

[–] Lifter@discuss.tchncs.de 1 points 2 months ago

...on my machine.