garethr-docker
garethr-docker copied to clipboard
Set DOCKERBINARY in sysconfig to docker_command
This will allow compatibility with the centos packages, where: /usr/bin/docker: a script sourcing /etc/sysconfig/docker
and docker-client and docker-client-latest packages install /usr/bin/docker-current and /usr/bin/docker-latest, respectively.
Setting DOCKERBINARY in sysconfig defines which of the pkgs should be used.
An alternative for us is to set this directly in sysconfig/docker, without using the module.
Is this PR something you would be interested in taking, or should we do the alternative instead?
Any feedback on this?