发布于 2016-04-13 23:49:03 | 74 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Docker从入门到实践,程序狗速度看过来!
Docker 开源应用容器引擎
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
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