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.

  • epsiblivion@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    use docker apt package. latest features. builtin compose is a dealbreaker for in release version

  • kayson@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Also docker repo but mainly because I use Jeff Geerlings ansible role for installing docker. I pin the version, so it’s not really much different from using the Debian repo

  • JohnyMage@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 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.