发布于 2016-02-12 00:27:13 | 117 次阅读 | 评论: 0 | 来源: 网友投递
Docker 开源应用容器引擎
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
Docker v1.10.1 发布,详细改进记录包括:
Do not stop daemon on migration hard failure #20156
Fix various issues with migration to content-addressable images #20058
Fix ZFS permission bug with user namespaces #20045
Do not leak /dev/mqueue from the host to all containers, keep it container-specific #19876 #20133
Fix docker ps --filter before=...
to not show stopped containers without providing -a
flag #20135
Fix issue preventing docker events to work properly with authorization plugin #20002
Add additional verifications and prevent from uploading invalid data to registries #20164
Fix regression preventing uppercase characters in image reference hostname #20175
Fix embedded DNS for user-defined networks in the presence of firewalld #20060
Fix issue where removing a network during shutdown left Docker inoperable #20181 #20235
Embedded DNS is now able to return compressed results #20181
Fix port-mapping issue with userland-proxy=false
#20181
Fix bug where tcp+tls protocol would be rejected #20109
Fix issue whereby older volume drivers would not receive volume options #19983
Remove TasksMax from Docker systemd service #20167
下载地址:
Ubuntu/Debian:
curl -fsSL https://get.docker.com/ | sh
Linux 64bit binary: https://get.docker.com/builds/Linux/x86_64/docker-1.10.1
Darwin/OSX 64bit client binary: https://get.docker.com/builds/Darwin/x86_64/docker-1.10.1
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.10.1.tgz
Windows 64bit client binary: https://get.docker.com/builds/Windows/x86_64/docker-1.10.1.exe
Windows 32bit client binary: https://get.docker.com/builds/Windows/i386/docker-1.10.1.exe