Email or username:

Password:

Forgot your password?
Darius Kazemi

the "Please don't make me vote for Joe Biden" tiktok but it's "Please don't make me ever use Docker"

tiktok.com/@userhewidj6ya1/vid

(I'm sure docker is fine it's just a big complicated black box abstraction on top of black box abstractions and sometimes it does things like punch through my firewall without telling me)

3 comments
tim 🍓

@darius i would pay five dollars for a docker that i didn't have to think about

Defund cops, fund social work

@darius a few tips if you find yourself in that situation: if you are looking for something compatible with a little less of the black-boxness, you can use podman. With either you can use --network=host, --network=none, or --network=ns:/var/lib/ns/your-own-ns to prevent network shenanigans. Or you could do the equivalent of "bare metal" and use crun directly.

Darius Kazemi

@jeffcutsinger appreciate the pointers. Unfortunately the only reason I end up using docker is because I have to for work, and it wouldn't make sense for me to change tooling on the devops team just out of my own preference.

Go Up