Docker v1.11.0 发布了。
更新日志:
With Docker 1.11, a Linux docker installation is now made of 4 binaries (docker
,docker-containerd
, docker-containerd-shim
and docker-runc
).
Builder
-
Fix a bug where Docker would not used the correct uid/gid when processing the
WORKDIR
command (#21033) -
Fix a bug where copy operations with userns would not use the proper uid/gid (#20782, #21162)
Client、Distribution、Logging、Misc、Networking、Plugins、Runtime、Volumes等其他详细更新日志请查看此处
下载地址:
deb/rpm install: curl -fsSL https://get.docker.com/ | sh
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.11.0.tgz
Darwin/OSX 64bit client tgz: https://get.docker.com/builds/Darwin/x86_64/docker-1.11.0.tgz
Windows 64bit zip: https://get.docker.com/builds/Windows/x86_64/docker-1.11.0.zip
Windows 32bit client zip: https://get.docker.com/builds/Windows/i386/docker-1.11.0.zip