mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
Merge pull request #462 from jackeylu/master
fix #461 https://github.com/yeasy/docker_practice/issues/461#issue-69…
This commit is contained in:
commit
6ceeec7f45
@ -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 -
|
# $ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
然后,我们需要向 `source.list` 中添加 Docker CE 软件源:
|
然后,我们需要向 `sources.list` 中添加 Docker CE 软件源:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo add-apt-repository \
|
$ sudo add-apt-repository \
|
||||||
|
@ -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 -
|
# $ curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
然后,我们需要向 `source.list` 中添加 Docker CE 软件源:
|
然后,我们需要向 `sources.list` 中添加 Docker CE 软件源:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo add-apt-repository \
|
$ sudo add-apt-repository \
|
||||||
|
@ -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 -
|
# $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
然后,我们需要向 `source.list` 中添加 Docker 软件源
|
然后,我们需要向 `sources.list` 中添加 Docker 软件源
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo add-apt-repository \
|
$ sudo add-apt-repository \
|
||||||
|
Loading…
Reference in New Issue
Block a user