Skip to content

Commit 98aca56

Browse files
committed
no message
1 parent a66d1cc commit 98aca56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

notes/Docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 前言
22

3-
Docker 容器化引擎
3+
Docker 容器化引擎,更详细请转向:[Docker_Tutorial: Docker 容器化引擎入门手册](https://github.com/frank-lam/Docker_Tutorial)
44

5-
> 本文内容均来自:【千锋-李伟民老师博客,推荐大家学习】http://www.funtl.com/
5+
> 本文内容均来自:【千锋-李卫民老师博客,推荐大家学习】http://www.funtl.com/
66
>
77
> 基于以上部分内容做一定的修改
88
@@ -818,7 +818,7 @@ $ sudo service docker restart
818818

819819
对于使用 [systemd](https://www.freedesktop.org/wiki/Software/systemd/) 的系统,请在 `/etc/docker/daemon.json` 中写入如下内容(如果文件不存在请新建该文件)
820820

821-
```
821+
```json
822822
{
823823
"registry-mirrors": [
824824
"https://registry.docker-cn.com"
@@ -830,7 +830,7 @@ $ sudo service docker restart
830830
831831
之后重新启动服务。
832832

833-
```
833+
```shell
834834
$ sudo systemctl daemon-reload
835835
$ sudo systemctl restart docker
836836
```

0 commit comments

Comments
 (0)