Update content AND Use Docker official CN mirror in example

This commit is contained in:
khs1994
2017-11-01 15:47:41 +08:00
parent 313bfc0b72
commit 1d06af72da
6 changed files with 16 additions and 17 deletions

View File

@@ -126,7 +126,7 @@ $ sudo sh get-docker.sh --mirror Aliyun
```bash
$ sudo add-apt-repository \
"deb [arch=armhf] https://mirrors.ustc.edu.cn/docker-ce/linux/debian \
"deb [arch=armhf] https://mirrors.ustc.edu.cn/docker-ce/linux/raspbian \
$(lsb_release -cs) \
stable"
```