🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕕𝕚𝕝𝕖@lemm.ee to Programmer Humor@programming.devEnglish · 2 days agoWorks on my machinelemm.eeimagemessage-square86fedilinkarrow-up11.12Karrow-down120
arrow-up11.1Karrow-down1imageWorks on my machinelemm.ee🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕕𝕚𝕝𝕖@lemm.ee to Programmer Humor@programming.devEnglish · 2 days agomessage-square86fedilink
minus-squaremlg@lemmy.worldlinkfedilinkEnglisharrow-up6·1 day agoYou 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.
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.