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.
use docker apt package. latest features. builtin compose is a dealbreaker for in release version
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
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.
snap install docker
“I heard you liek containers, so I put your containers in a container”