File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ module.exports = config({
186186 ] ,
187187 '/compose/' : [
188188 'introduction' ,
189+ 'v2' ,
189190 'install' ,
190191 'usage' ,
191192 'commands' ,
Original file line number Diff line number Diff line change 22
33* 1.3.0 2021-YY-DD
44 * 全面支持 Docker v20.10 新版本
5+ * 新增 Docker Compose v2
6+ * Docker Hub 自动构建转为付费功能
57
68* 1.2.0 2020-12-20
79 * 错误修复
Original file line number Diff line number Diff line change 8282 * [ 使用 buildx 构建多种系统架构支持的 Docker 镜像] ( buildx/multi-arch-images.md )
8383* [ Docker Compose] ( compose/README.md )
8484 * [ 简介] ( compose/introduction.md )
85+ * [ Compose v2] ( compose/v2.md )
8586 * [ 安装与卸载] ( compose/install.md )
8687 * [ 使用] ( compose/usage.md )
8788 * [ 命令说明] ( compose/commands.md )
Original file line number Diff line number Diff line change 1+ # Compose V2
2+
3+ 目前 Docker 官方用 GO 语言 [ 重写] ( https://github.com/docker/compose-cli ) 了 Docker Compose,并将其作为了 docker cli 的子命令,称为 ` Compose V2 ` 。你可以参照官方文档安装,然后将熟悉的 ` docker-compose ` 命令替换为 ` docker compose ` ,即可使用 Docker Compose。
4+
5+ ## 官方文档
6+
7+ * [ Compose V2 beta] ( https://docs.docker.com/compose/cli-command/ )
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ username/ubuntu
7575
7676## 自动构建
7777
78+ > 2021 年 6 月 18 日之后,该项功能仅限[ 付费用户] ( https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ ) 使用。
79+
7880自动构建(` Automated Builds ` )功能对于需要经常升级镜像内程序来说,十分方便。
7981
8082有时候,用户构建了镜像,安装了某个软件,当软件发布新版本则需要手动更新镜像。
You can’t perform that action at this time.
0 commit comments