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