Docker 1.7.1 正式发布下载

jopen 9年前

Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app)。几乎没有性能开销,可以很容易地在机器和数据中心中运行。最重要的是,他们不依赖于任何语言、框架或包装系统。

Docker 1.7.1 正式发布下载

Docker 1.7.1 正式发布下载,此版本更新内容如下:

运行期

  • Fix default user spawning exec process with docker exec

  • Make --bridge=none not to configure the network bridge

  • Publish networking stats properly

  • Fix implicit devicemapper selection with static binaries

  • Fix socket connections that hung intermittently

  • Fix bridge interface creation on CentOS/RHEL 6.6

  • Fix local dns lookups added to resolv.conf

  • Fix copy command mounting volumes

  • Fix read/write privileges in volumes mounted with --volumes-from

远程 API

  • Fix unmarshalling of Command and Entrypoint

  • Set limit for minimum client version supported

  • Validate port specification

  • Return proper errors when attach/reattach fail

分布式

  • Fix pulling private images

  • Fix fallback between registry V2 and V1

更多改进内容请看发行说明。

下载: