File tree 5 files changed +13
-0
lines changed
5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ module.exports = config({
186
186
] ,
187
187
'/compose/' : [
188
188
'introduction' ,
189
+ 'v2' ,
189
190
'install' ,
190
191
'usage' ,
191
192
'commands' ,
Original file line number Diff line number Diff line change 2
2
3
3
* 1.3.0 2021-YY-DD
4
4
* 全面支持 Docker v20.10 新版本
5
+ * 新增 Docker Compose v2
6
+ * Docker Hub 自动构建转为付费功能
5
7
6
8
* 1.2.0 2020-12-20
7
9
* 错误修复
Original file line number Diff line number Diff line change 82
82
* [ 使用 buildx 构建多种系统架构支持的 Docker 镜像] ( buildx/multi-arch-images.md )
83
83
* [ Docker Compose] ( compose/README.md )
84
84
* [ 简介] ( compose/introduction.md )
85
+ * [ Compose v2] ( compose/v2.md )
85
86
* [ 安装与卸载] ( compose/install.md )
86
87
* [ 使用] ( compose/usage.md )
87
88
* [ 命令说明] ( 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
75
75
76
76
## 自动构建
77
77
78
+ > 2021 年 6 月 18 日之后,该项功能仅限[ 付费用户] ( https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ ) 使用。
79
+
78
80
自动构建(` Automated Builds ` )功能对于需要经常升级镜像内程序来说,十分方便。
79
81
80
82
有时候,用户构建了镜像,安装了某个软件,当软件发布新版本则需要手动更新镜像。
You can’t perform that action at this time.
0 commit comments