Signed-off-by: jackeylv <lvlin.whu@qq.com>
This commit is contained in:
jackeylv 2020-09-04 14:19:05 +08:00
parent 4b70a27151
commit d1e303d139
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 \