Skip to content

Commit 985e295

Browse files
committed
Add compose v2
Signed-off-by: Kang Huaishuai <[email protected]>
1 parent 330beb4 commit 985e295

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ module.exports = config({
186186
],
187187
'/compose/': [
188188
'introduction',
189+
'v2',
189190
'install',
190191
'usage',
191192
'commands',

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
* 错误修复

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
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)

compose/v2.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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/)

repository/dockerhub.md

+2
Original file line numberDiff line numberDiff 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
有时候,用户构建了镜像,安装了某个软件,当软件发布新版本则需要手动更新镜像。

0 commit comments

Comments
 (0)