These scripts are originated from get.docker.com and are meant for quick & easy docker installation in different versions. They use mirrors in China(Thanks to USTC) to help relief network problem to get docker in China environment.
curl -sSL https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh
or:
wget -qO- https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh
Might slightly different among Linux distributions, for example no 1.10.3 for Ubuntu 16.04.
- 1.10.3
- 1.11.2
- 1.12.1
- 1.12.2
- 1.12.3
- 1.12.4
- 1.12.5
- 1.12.6
- 1.13.0
- 1.13.1
- 17.03.0
- 17.03.1
- 17.04.0
The scripts are tested on Ubuntu_Xenial,CentOS7 and Debian_Jessie. If you encounter any problem using these scripts, feel free to change them yourself, bring up an issue or send me an email.