• mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 hours 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.