mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-28 12:45:23 +00:00
Update README with badges and mdpress fix
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
[**v1.7.0**](https://github.com/yeasy/docker_practice/releases/tag/v1.7.0) | [PDF 下载](https://github.com/yeasy/docker_practice/releases/latest/download/docker_practice.pdf)
|
||||
|
||||
## 下载离线版本
|
||||
|
||||
本书提供 PDF 版本供离线阅读,可前往 [GitHub Releases](https://github.com/yeasy/docker_practice/releases/latest) 页面下载最新版本。
|
||||
|
||||
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
|
||||
|
||||
无论是应用开发者、运维人员、还是其他信息技术从业人员,都有必要认识和掌握 Docker,节约有限的生命。
|
||||
@@ -70,7 +74,7 @@ graph LR
|
||||
|
||||
```bash
|
||||
brew tap yeasy/tap && brew install mdpress
|
||||
npm run serve
|
||||
mdpress serve
|
||||
```
|
||||
启动后访问 [本地阅读地址](http://localhost:4000)。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user