Docker Compose 1.22.0-rc2 发布,

Compose 1.20.0-rc2 发布了,Docker Compose 是一个可以简化多容器应用组合的编排工具。通过使用Compose,你可以在一个配置文件中定义应用的组件,包括容器、配置、连接、卷等,然后你可以通过一个简单的命令将所有的东西组合并运行。

Docker Compose 属于一个“应用层”的服务,用户可以定义哪个容器组运行哪个应用,它支持动态改变应用,并在需要时扩展。

更新内容:

Bug 修复

  • Fixed a bug that prevented deployment with some Compose files when
    DOCKER_DEFAULT_PLATFORM was set

  • Compose will no longer try to create containers or volumes with
    invalid starting characters

  • Fixed several bugs that prevented Compose commands from working properly
    with containers created with an older version of Compose

  • Fixed an issue with the output of docker-compose config with the
    --compatibility-mode flag enabled when the source file contains
    attachable networks

完整更新内容请查看发布主页

下载地址:

猜你喜欢

转载自www.oschina.net/news/97856/docker-compose-1-22-0-rc2
今日推荐