Docker 1.10.3 正式版发布
时间:2016-03-13 03:08 来源:linux.it.net.cn 作者:IT
Docker 1.10.3 正式版发布了。
改进日志:
Runtime
-
Fix Docker client exiting with an "Unrecognized input header" error #20706
-
Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647
Distribution
-
Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831
-
Fix a panic when pushing images to a registry which uses a misconfigured token service #21030
Plugin system
-
Fix issue preventing volume plugins to start when SELinux is enabled #20834
-
Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682
-
Fix plugin system leaking file descriptors if a plugin has an error #20680
Security
-
Fix linux32 emulation to fail during docker build #20672It was due to the personality syscall being blocked by the default seccomp profile.
-
Fix Oracle XE 10g failing to start in a container #20981It was due to the ipc syscall being blocked by the default seccomp profile.
-
Fix user namespaces not working on Linux From Scratch #20685
-
Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725
下载地址:
Ubuntu/Debian: curl -fsSL https://get.docker.com/ | sh
Linux 64bit binary: https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
Darwin/OSX 64bit client binary: https://get.docker.com/builds/Darwin/x86_64/docker-1.10.3
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.10.3.tgz
Windows 64bit client binary: https://get.docker.com/builds/Windows/x86_64/docker-1.10.3.exe
Windows 32bit client binary: https://get.docker.com/builds/Windows/i386/docker-1.10.3.exe
(责任编辑:IT)
Docker 1.10.3 正式版发布了。 改进日志: Runtime
Distribution
Plugin system
Security
下载地址:
Ubuntu/Debian: curl -fsSL https://get.docker.com/ | sh (责任编辑:IT) |