Docker 1.11.0-rc5 發布

Docker 1.11.0-rc5 發布了,Docker 是一個開源的應用容器引擎,讓開發者可以打包他們的應用以及依賴包到一個可移植的容器中,然后發布到任何流行的 Linux 機器上,也可以實現虛擬化。容器是完全使用沙箱機制,相互之間不會有任何接口(類似 iPhone 的 app)。幾乎沒有性能開銷,可以很容易地在機器和數據中心中運行。最重要的是,他們不依賴于任何語言、框架或包裝系統。
網絡相關更新記錄如下:
Fix a bug where IPv6 addresses were not properly handled (#20842)
docker network inspect
will now report all endpoints whether they have an active container or not (#21160)Experimental support for the MacVlan and IPVlan network drivers have been added (#21122)
Output of
docker network ls
is now sorted by network name (#20383)Fix a bug where Docker would allow a network to be created with the reserved
default
name (#19431)docker network inspect
now returns whether a network is internal or not (#19357)Control IPv6 via explicit option when creating a network (
docker network create --ipv6
). This shows up as a newEnableIPv6
field indocker network inspect
(#17513)Support for AAAA Records (aka IPv6 Service Discovery) in embedded DNS Server #21396
Multiple A/AAAA records from embedded DNS Server for DNS Round robin #21019
完整改進記錄,請看這里。
下載地址:
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-rc5.tgz
Darwin/OSX 64bit client tgz: https://test.docker.com/builds/Darwin/x86_64/docker-1.11.0-rc5.tgz
Windows 64bit zip: https://test.docker.com/builds/Windows/x86_64/docker-1.11.0-rc5.zip
Windows 32bit client zip: https://test.docker.com/builds/Windows/i386/docker-1.11.0-rc5.zip
來自: http://www.oschina.net//news/72421/docker-1-11-0-rc5