I tried to install docker 1.8.2 on Centos7. The docs don\'t tell anything about versioning. Someone who can help me? I tried
wget -qO- https://get.docker.com/ |
List and install package(s)
sudo yum list docker-ce --showduplicates | sort -r sudo yum install docker-ce-
Remove previous installation
sudo yum remove docker-ce docker-ce-cli