For the Debian + Docker folk. Do you use the default Debian packages for Docker or do you use the Docker Apt repository?

Why or why not?

I generally prefer to use the packages built into Debian, but there still(?) isn’t a package for the v2 compose plugin. It’s easy to manually install, but wondering if it’s worth the change to the Docker packages.

  • JohnyMage@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I always use native Debian packages untile there’s some reason no to.

    For example in last job we encountered some problems with older docker daemon from Debian repositories, that caused our swarm cluster to malfunction, so we switched to docker-ce from official docker repositories.