Hide Forgot
'docker' will provide a new subpackage 'docker-common' which will have a /usr/bin/docker (pointing to /usr/bin/docker-current (1.9.1) or /usr/bin/docker-latest (1.10.3) chosen via /etc/sysconfig/docker (also in docker-common). docker-latest should Requires: docker-common so users can continue their standard docker usage for either docker version.
What is the default for docker-common? What happens if I only install docker-latest and don't install docker?
This kind of breaks the rpm checking, since it would be better to see that docker is using docker-latest rather then docker-common. I don't think this should block us from moving ahead, but we should open a bugzilla on this.
Dan, when only docker-latest is installed, /usr/bin/docker will call /usr/bin/docker-latest by default.
lsm5 @ rhel7 : ~ $ rpm -q docker docker-latest package docker is not installed docker-latest-1.10.3-22.el7.x86_64 lsm5 @ rhel7 : ~ $ sudo docker version Client: Version: 1.10.3 API version: 1.22 Package version: docker-common-1.9.1-40.el7.x86_64 Go version: go1.4.2 Git commit: 86bbf84/1.10.3 Built: OS/Arch: linux/amd64 Server: Version: 1.10.3 API version: 1.22 Package version: docker-common-1.9.1-40.el7.x86_64 Go version: go1.4.2 Git commit: 86bbf84/1.10.3 Built: OS/Arch: linux/amd64 lsm5 @ rhel7 : ~ $
Excellent.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-1057.html