转载

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

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

下载:

  • Ubuntu/Debian: curl -sSL https://get.docker.com | sh

  • Linux 64bit binary: https://get.docker.com/builds/Linux/x86_64/docker-1.7.1

  • Darwin/OSX 64bit client binary: https://get.docker.com/builds/Darwin/x86_64/docker-1.7.1

  • Darwin/OSX 32bit client binary: https://get.docker.com/builds/Darwin/i386/docker-1.7.1

  • Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.7.1.tgz

  • Windows 64bit client binary: https://get.docker.com/builds/Windows/x86_64/docker-1.7.1.exe

  • Windows 32bit client binary: https://get.docker.com/builds/Windows/i386/docker-1.7.1.exe

  • Centos 6/RHEL 6: https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm

  • Centos 7/RHEL 7: https://get.docker.com/rpm/1.7.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.centos.x86_64.rpm

  • Fedora 20: https://get.docker.com/rpm/1.7.1/fedora-20/RPMS/x86_64/docker-engine-1.7.1-1.fc20.x86_64.rpm

  • Fedora 21: https://get.docker.com/rpm/1.7.1/fedora-21/RPMS/x86_64/docker-engine-1.7.1-1.fc21.x86_64.rpm

  • Fedora 22: https://get.docker.com/rpm/1.7.1/fedora-22/RPMS/x86_64/docker-engine-1.7.1-1.fc22.x86_64.rpm

正文到此结束
Loading...