From d1e303d139ec5449c6c6ee7c1af25ffee1b1ddc1 Mon Sep 17 00:00:00 2001 From: jackeylv Date: Fri, 4 Sep 2020 14:19:05 +0800 Subject: [PATCH] fix #461 https://github.com/yeasy/docker_practice/issues/461#issue-692771052 Signed-off-by: jackeylv --- install/debian.md | 2 +- install/raspberry-pi.md | 2 +- install/ubuntu.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/debian.md b/install/debian.md index 28c88a8..d47c991 100644 --- a/install/debian.md +++ b/install/debian.md @@ -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 \ diff --git a/install/raspberry-pi.md b/install/raspberry-pi.md index 66ee99b..5d0eb85 100644 --- a/install/raspberry-pi.md +++ b/install/raspberry-pi.md @@ -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 \ diff --git a/install/ubuntu.md b/install/ubuntu.md index bee34bb..0435b08 100644 --- a/install/ubuntu.md +++ b/install/ubuntu.md @@ -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 \