Install specifc docker version on centos7

I tried to install docker 1.8.2 on centos7.
I performed:
yum install -y http://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-1.8.2-1.el7.centos.x86_64.rpm

I enabled and started it. I seems to work but I miss the command: “docker-storage-setup”.
How can I install this too, or is there a better method to install docker 1.8.2 on Centos7?

I also miss docker-fetch (don’t see the options at /usr/bin)

1 Like