Docker 是 PaaS 提供商 dotCloud 开源的一个基于 LXC 的高级容器引擎,源代码托管在 Github 上, 基于go语言并遵从Apache2.0协议开源。Docker的思想来自于集装箱,在一艘大船上,可以把货物规整的摆放起来。并且各种各样的货物被集装箱标准化了,集装箱和集装箱之间不会互相影响。那么我就不需要专门运送水果的船和专门运送化学品的船了。只要这些货物在集装箱里封装的好好的,那我就可以用一艘大船把他们都运走。docker就是类似的理念。现在都流行云计算了,云计算就好比大货轮。docker就是集装箱。
Joined at
information in node inspect --pretty
#25512service inspect
#25454service update --env-add
to work as intended #25427service update --publish-add
to work as intended #25428plugin rm
#25187docker ps --filter
causing the results to no longer be sorted by creation time #25387/proc/timer_list
to the masked paths list to prevent information leak from the host #25630--cap-add SYS_ADMIN
rather than having to also add --cap-add DAC_READ_SEARCH
or disabling seccomp filtering #25567docker service create --mount type=bind,...
now correctly validates if the source path exists, instead of creating it #25494deb/rpm install:
curl -fsSL https://test.docker.com/ | sh
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.12.1-rc1.tgz
Darwin/OSX 64bit client tgz: https://test.docker.com/builds/Darwin/x86_64/docker-1.12.1-rc1.tgz
Windows 64bit zip: https://test.docker.com/builds/Windows/x86_64/docker-1.12.1-rc1.zip
Windows 32bit client zip: https://test.docker.com/builds/Windows/i386/docker-1.12.1-rc1.zip
deb/rpm install:
curl -fsSL https://experimental.docker.com/ | sh
Linux 64bit tgz: https://experimental.docker.com/builds/Linux/x86_64/docker-1.12.1-rc1.tgz
Darwin/OSX 64bit client tgz: https://experimental.docker.com/builds/Darwin/x86_64/docker-1.12.1-rc1.tgz
Windows 64bit zip: https://experimental.docker.com/builds/Windows/x86_64/docker-1.12.1-rc1.zip
Windows 32bit client zip: https://experimental.docker.com/builds/Windows/i386/docker-1.12.1-rc1.zip
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/7b906080