发布于 2016-04-27 08:47:29 | 63 次阅读 | 评论: 0 | 来源: 网友投递
Docker 开源应用容器引擎
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
Docker 1.11.1 发布了。改进日志如下:
分发相关
Fix schema2 manifest media type to be of type application/vnd.docker.container.image.v1+json
(#21949)
文档相关
Add missing API documentation for changes introduced with 1.11.0 (#22048)
构建相关
Append label passed to docker build
as arguments as an implicit LABEL
command at the end of the processed Dockerfile
(#22184)
网络相关
Fix a panic that would occur when forwarding DNS query (#22261)
Fix an issue where OS threads could end up within an incorrect network namespace when using user defined networks (#22261)
完整更新说明,可以查看这里。
下载地址:
deb/rpm install: curl -fsSL https://get.docker.com/ | sh
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.11.1.tgz
Darwin/OSX 64bit client tgz: https://get.docker.com/builds/Darwin/x86_64/docker-1.11.1.tgz
Windows 64bit zip: https://get.docker.com/builds/Windows/x86_64/docker-1.11.1.zip
Windows 32bit client zip: https://get.docker.com/builds/Windows/i386/docker-1.11.1.zip