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
软件详情:https://github.com/docker/docker/releases/tag/v1.11.1
下载地址:https://github.com/docker/docker/
来自:开源中国社区

