Releases: yeasy/docker_practice
Releases · yeasy/docker_practice
v1.7.4
Full Changelog: v1.7.2...v1.7.4
v1.7.3
Full Changelog: v1.7.2...v1.7.3
v1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Full Changelog: v1.7.0...v1.7.1
Latest Preview PDF
Auto-updated preview PDF from ab2e565.
- Branch:
master - Commit: ab2e565
- Run: https://github.com/yeasy/docker_practice/actions/runs/23989165960
v1.7.0
What's Changed
- 名字空间 -> 命名空间 by @Novtopro in #87
- 084 => 124 by @airacle in #89
- 更改列表显示格式 by @dangzhiqiang in #88
- 修改句式错误 by @vra in #90
- 在句尾增加句号 by @vra in #91
- 表格的修订 by @Pandoraemon in #93
- image links by @muicoder in #95
- fix a description in iptables by @liu4480 in #96
- change "回头" to "回收" in meos/architecture.md by @liu4480 in #97
- fix "cmd_logic.png" image by @muicoder in #98
- Official container event states by @muicoder in #99
- 在句尾增加句号 by @vra in #100
- fix typo by @likang in #102
- cmd_logic by @muicoder in #103
- prettify cmd_logic.png by @muicoder in #104
- fix compose usage, about haproxy config by @WALL-E in #106
- fix the spelling mistakes by @WALL-E in #107
- 补充"什么是Docker"的信息,并且调整文字叙述顺序。 by @twang2218 in #108
- 扩展 "为什么要使用 Docker" 文档 by @twang2218 in #109
- 重写基本概念章节 by @twang2218 in #110
- 改进 Ubuntu 安装文档 by @twang2218 in #112
- update nsenter comment and download link by @WALL-E in #114
- 重写 'Debian 安装文档' 并改进 'Ubuntu 安装文档' by @twang2218 in #115
- 重写 CentOS 安装章节 by @twang2218 in #116
- 将所有的 "
sh" 替换为 "bash" by @twang2218 in #117 - 添加 "macOS 安装文档" by @twang2218 in #119
- 添加配置加速器章节 by @twang2218 in #120
- 改进'获取镜像'章节 by @twang2218 in #118
- 添加关于加速器配置章节的引用。 by @twang2218 in #122
- 合并 Ubuntu、Debian 安装文档 by @twang2218 in #121
- 将 "名字空间" 改为 "命名空间" by @twang2218 in #125
- 标出需要注意的图标,之前的提交忘记添加标注了。 by @twang2218 in #124
- 重新改写"镜像列表"章节 by @twang2218 in #123
- 补充镜像加速器WINDOWS10下的说明 by @sugov5 in #126
- 更新 book.json,代码色彩高亮换为默认的 highlight,并去除已经不再使用的 autocover 等 by @twang2218 in #127
- 重写定制镜像章节 by @twang2218 in #128
- 在 Mac 的配置界面上标记出来加速器的配置位置 by @twang2218 in #129
- Fix #8 hide the github button if it's mobile by @twang2218 in #133
- 修正 image/commit.md 中的图片链接错误 by @twang2218 in #132
- 重写删除镜像章节 by @twang2218 in #135
- 修正 --build-arg 的参数的说明以适应 Docker 1.13 的变化 by @twang2218 in #137
- Fix issue #139: fix typo, change from 意外 to 以外 by @chenshenyou in #140
- 修复错误描述 by @tianmingxing in #141
- fix typo by @cnwangsiyu in #144
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #563
New Contributors
- @Novtopro made their first contribution in #87
- @airacle made their first contribution in #89
- @dangzhiqiang made their first contribution in #88
- @vra made their first contribution in #90
- @Pandoraemon made their first contribution in #93
- @muicoder made their first contribution in #95
- @likang made their first contribution in #102
- @WALL-E made their first contribution in #106
- @sugov5 made their first contribution in #126
- @chenshenyou made their first contribution in #140
- @tianmingxing made their first contribution in #141
- @cnwangsiyu made their first contribution in #144
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by @dependabot[bot] in #554
- chore(deps): bump honkit from 5.1.5 to 6.1.6 by @dependabot[bot] in #555
- chore(deps): bump commander from 7.2.0 to 14.0.3 by @dependabot[bot] in #556
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #559
New Contributors
- @dependabot[bot] made their first contribution in #554
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Update best_practices.md by @smartlixx in #496
- update https://registry.npm.taobao.org to https://registry.npmmirror.com by @npmmirror in #497
- Update secret.md by @mrnyg in #500
- fix:修改image/build文档中的一处语病 by @WitchElaina in #512
- docs(install): 修改Mac安装系统要求 by @Hazel-Lin in #514
- fix: wrong key of registry mirrors by @kingyue737 in #516
- fix: typo by @kingyue737 in #515
- fix: typo by @hezhizhen in #517
- [issue-518] Add document on how to use HTTP/HTTPS proxy by @docete in #519
- 修改错别字 by @ReginaldChen in #520
- Update volume.md by @wushu037 in #523
- Update install by @hezhizhen in #527
- 修复离线安装时依赖包下载、离线rpm包安装依赖先后顺序的问题。 by @hellozrh in #529
- 修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。 by @hellozrh in #530
- Update aliyun mirror configuration by @lxg199788 in #533
- fix(image\dockerfile\cmd.md): 🐛 Fix issue #535, 改进对issue进程的提法 by @CybCom in #536
- Fix issue #537: CI错误,需要更新workflows YAML by @CybCom in #538
- Doc: add error solution for docker installation on raspi OS by @RockChinQ in #540
- add some suggestions for gpg in debian11. by @my-vegetable-has-exploded in #543
- ubuntu.md update #545 by @liangbinfudan in #546
- Update django requirement by @upbeat-backbone-bose in #542
- Update README.md by @trevanlye in #548
- Update overview.md 修复图片地址问题 by @CNAHYZ in #549
New Contributors
- @smartlixx made their first contribution in #496
- @npmmirror made their first contribution in #497
- @mrnyg made their first contribution in #500
- @WitchElaina made their first contribution in #512
- @Hazel-Lin made their first contribution in #514
- @kingyue737 made their first contribution in #516
- @hezhizhen made their first contribution in #517
- @docete made their first contribution in #519
- @ReginaldChen made their first contribution in #520
- @wushu037 made their first contribution in #523
- @hellozrh made their first contribution in #529
- @lxg199788 made their first contribution in #533
- @CybCom made their first contribution in #536
- @RockChinQ made their first contribution in #540
- @my-vegetable-has-exploded made their first contribution in #543
- @liangbinfudan made their first contribution in #546
- @upbeat-backbone-bose made their first contribution in #542
- @trevanlye made their first contribution in #548
- @CNAHYZ made their first contribution in #549
Full Changelog: v1.3.0...v1.4.0
v1.3.0 minor release
- Update content with latest versions;
- Remove unused packages;
- Fix expression and format.