Skip to content

Commit aa89825

Browse files
committed
doc: Update README.md
1 parent 98b7f07 commit aa89825

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.idoc/.filesStat.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,9 +4632,9 @@
46324632
"birthtime": "2022-04-24T12:15:36.180Z"
46334633
},
46344634
"README.md": {
4635-
"atime": "2022-05-29T15:54:06.231Z",
4636-
"mtime": "2022-05-29T15:54:06.366Z",
4637-
"ctime": "2022-05-29T15:54:06.366Z",
4635+
"atime": "2022-05-29T15:56:35.014Z",
4636+
"mtime": "2022-05-29T15:56:34.955Z",
4637+
"ctime": "2022-05-29T15:56:34.955Z",
46384638
"birthtime": "2022-04-24T04:53:22.229Z"
46394639
}
46404640
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Tim Berners-Lee 被称为 HTML 之父。 HTML 的第一个可用描述是 Tim
105105

106106
## Docker
107107

108+
通过 Docker 快速简单的部署文档网站。
109+
108110
```bash
109111
docker pull wcjiang/html-tutorial
110112
```
@@ -115,7 +117,7 @@ docker run --name html-tutorial --rm -d -p 9666:80 wcjiang/html-tutorial:latest
115117
docker run --name html-tutorial -itd -p 9666:80 wcjiang/html-tutorial:latest
116118
```
117119

118-
Visit the following URL in your browser
120+
在浏览器中访问以下 URL
119121

120122
```bash
121123
http://localhost:9666/

0 commit comments

Comments
 (0)