发布于 2016-04-03 01:19:21 | 99 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Docker从入门到实践,程序狗速度看过来!
Docker 开源应用容器引擎
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
Docker v1.11.0-rc3 发布了。此次改进记录如下:
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)
Usage of the :
separator for security option has been deprecated. =
should be used instead (#21232)
The client user agent is now passed to the registry on pull
, build
, push
, login
and search
operations (#21306, #21373)
Allow setting the Domainname and Hostname separately through the API (#20200)
Docker info will now warn users if it can not detect the kernel version or the operating system (#21128)
Fix an issue where docker stats --no-stream
output could be all 0s (#20803)
Fix a bug where some newly started container would not appear in a running docker stats
command (#20792)
Post processing is no longer enabled for linux-cgo terminals (#20587)
Values to --hostname
are now refused if they do not comply with RFC1123 (#20566)
Docker now supports external credential stores (#20107)
docker ps
now supports displaying the list of volumes mounted inside a container (#20017)
docker info
now also report Docker's root directory location (#19986)
Docker now prohibits login in with an empty username (spaces are trimmed) (#19806)
Docker events attributes are now sorted by key (#19761)
docker ps
no longer show exported port for stopped containers (#19483)
Docker now cleans after itself if a save/export command fails (#17849)
Docker load learned how to display a progress bar (#17329, #120078)
更多请看这里。
下载地址:
deb/rpm install: curl -fsSL https://test.docker.com/ | sh
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.11.0-rc3.tgz
Darwin/OSX 64bit client tgz: https://test.docker.com/builds/Darwin/x86_64/docker-1.11.0-rc3.tgz
Windows 64bit client tgz: https://test.docker.com/builds/Windows/x86_64/docker-1.11.0-rc3.zip
Windows 32bit client tgz: https://test.docker.com/builds/Windows/i386/docker-1.11.0-rc3.zip