Skip to content

Commit 880a310

Browse files
committed
fix 17+ ce version
1 parent 283db2a commit 880a310

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

17.03.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
#
2525

2626
url="https://get.docker.com/"
27-
docker_version=17.03.0
27+
docker_version=17.03.0.ce
2828
apt_url="https://mirrors.ustc.edu.cn/docker-apt"
2929
yum_url="https://mirrors.ustc.edu.cn/docker-yum"
3030
gpg_fingerprint="58118E89F3A912897C070ADBF76221572C52609D"

17.03.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
#
2525

2626
url="https://get.docker.com/"
27-
docker_version=17.03.1
27+
docker_version=17.03.1.ce
2828
apt_url="https://mirrors.ustc.edu.cn/docker-apt"
2929
yum_url="https://mirrors.ustc.edu.cn/docker-yum"
3030
gpg_fingerprint="58118E89F3A912897C070ADBF76221572C52609D"

17.04.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
#
2525

2626
url="https://get.docker.com/"
27-
docker_version=17.04.0
27+
docker_version=17.04.0.ce
2828
apt_url="https://mirrors.ustc.edu.cn/docker-apt"
2929
yum_url="https://mirrors.ustc.edu.cn/docker-yum"
3030
gpg_fingerprint="58118E89F3A912897C070ADBF76221572C52609D"

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Description
2+
3+
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.
4+
5+
# Usage
6+
7+
```
8+
export DOCKER_VERSION=<docker-version-you-want> && curl -sSL https://raw.githubusercontent.com/gitlawr/install-docker/master/${DOCKER_VERSION}.sh | sh
9+
```
10+
11+
or:
12+
13+
```
14+
export DOCKER_VERSION=<docker-version-you-want> && wget -qO- https://raw.githubusercontent.com/gitlawr/install-docker/master/${DOCKER_VERSION}.sh | sh
15+
```
16+
17+
# Supported Docker Version
18+
19+
Might slightly different among Linux distributions, for example no 1.10.3 for Ubuntu 16.04.
20+
21+
- 1.10.3
22+
- 1.11.2
23+
- 1.12.1
24+
- 1.12.2
25+
- 1.12.3
26+
- 1.12.4
27+
- 1.12.5
28+
- 1.12.6
29+
- 1.13.0
30+
- 1.13.1
31+
- 17.03.0
32+
- 17.03.1
33+
- 17.04.0
34+
35+
# Notes
36+
37+
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.

0 commit comments

Comments
 (0)