Update README with badges and mdpress fix

This commit is contained in:
yeasy
2026-03-27 11:18:08 -07:00
parent a60280774d
commit 8c33bd72e9

View File

@@ -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)。