File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ Tim Berners-Lee 被称为 HTML 之父。 HTML 的第一个可用描述是 Tim
105105
106106## Docker
107107
108+ 通过 Docker 快速简单的部署文档网站。
109+
108110``` bash
109111docker pull wcjiang/html-tutorial
110112```
@@ -115,7 +117,7 @@ docker run --name html-tutorial --rm -d -p 9666:80 wcjiang/html-tutorial:latest
115117docker 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
121123http://localhost:9666/
You can’t perform that action at this time.
0 commit comments