Merge pull request #462 from jackeylu/master

fix #461 https://github.com/yeasy/docker_practice/issues/461#issue-69
pull/464/head
Kang Huaishuai 2020-09-04 14:34:16 +08:00 committed by GitHub
commit 6ceeec7f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/debian/gpg | sudo apt-k
# $ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
```
`source.list` Docker CE
`sources.list` Docker CE
```bash
$ sudo add-apt-repository \

View File

@ -40,7 +40,7 @@ $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/raspbian/gpg | sudo apt
# $ curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add -
```
`source.list` Docker CE
`sources.list` Docker CE
```bash
$ sudo add-apt-repository \

View File

@ -51,7 +51,7 @@ $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg | sudo apt-k
# $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
```
`source.list` Docker
`sources.list` Docker
```bash
$ sudo add-apt-repository \