We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66d1cc commit 98aca56Copy full SHA for 98aca56
1 file changed
notes/Docker.md
@@ -1,8 +1,8 @@
1
# 前言
2
3
-Docker 容器化引擎
+Docker 容器化引擎,更详细请转向:[Docker_Tutorial: Docker 容器化引擎入门手册](https://github.com/frank-lam/Docker_Tutorial)
4
5
-> 本文内容均来自:【千锋-李伟民老师博客,推荐大家学习】http://www.funtl.com/
+> 本文内容均来自:【千锋-李卫民老师博客,推荐大家学习】http://www.funtl.com/
6
>
7
> 基于以上部分内容做一定的修改
8
@@ -818,7 +818,7 @@ $ sudo service docker restart
818
819
对于使用 [systemd](https://www.freedesktop.org/wiki/Software/systemd/) 的系统,请在 `/etc/docker/daemon.json` 中写入如下内容(如果文件不存在请新建该文件)
820
821
-```
+```json
822
{
823
"registry-mirrors": [
824
"https://registry.docker-cn.com"
@@ -830,7 +830,7 @@ $ sudo service docker restart
830
831
之后重新启动服务。
832
833
+```shell
834
$ sudo systemctl daemon-reload
835
$ sudo systemctl restart docker
836
```
0 commit comments