Is it possible to install the docker client/cli binaries only - i.e. without the deamon?
I currently install docker-ce on centos using yum install docker-ce
, as detailed here.
However I can't find a package that only contains the client binaries. I need to keep my image as small as possible so don't want to install the deamon when I'm never going to use it.
There is some information around suggesting that you can extract the relevant binaries from the main docker-ce package, but I'd really like to know if there is a more supported/maintainable way to do this (ideally via yum if possible).