1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Docker Compose 1.7.0 发布 下载

本帖由 漂亮的石头2016-04-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,599
    赞:
    47
    Docker Compose 1.7.0 发布了,Docker Compose 是 Docker 编排服务的一部分,Machine 可以让用户在其它平台快速安装Docker,Swarm 可以让 Docker 容器在集群中高效运转,而 Compose 可以让用户在集群中部署分布式应用。简单的说,Docker Compose 属于一个“应用层”的服务,用户可以定义哪个容器组运行哪个应用,它支持动态改变应用,并在需要时扩展。

    [​IMG]

    以下是值得关注的内容:


    • docker-compose logs no longer follows log output by default. It now
      matches the behaviour of docker logs and exits after the current logs
      are printed. Use -f to get the old default behaviour.


    • Booleans are no longer allows as values for mappings in the Compose file
      (for keys environment, labels and extra_hosts). Previously this
      was a warning. Boolean values should be quoted so they become string values.

    更多更新说明,可以在这里查看。

    下载地址:https://github.com/docker/compose/releases/tag/1.7.0
    Docker Compose 1.7.0 发布下载地址
     
正在加载...