this post was submitted on 09 Jan 2025
1094 points (98.4% liked)

Programmer Humor

19935 readers
3301 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
[–] mlg 6 points 1 day ago

You ever notice how most docker images are usually based from Ubuntu, the arguably worse distro to use for dependency management.

The other core issue is people using docker as a configuration solution with stuff like compose.

If I want containers, I usually just use LXC.

Only docker project I liked was docker-osx which made spinning up OSX VMs easy, but again it was basically 80% configuration for libvirt.