Docker 1.8.0 RC3 发布,此版本值得关注的改进如下:
Revert changes in AppArmor that made impossible to start the docker daemon on Ubuntu 12.04.
Fix race issue that caused the daemon to crash with certain layer downloads failed in a specific order.
Fix error when the docker ps format was not valid.
Remove redundant ip forward check.
Fix issue trying to push images to repository mirrors.
Fix error cleaning up network entry points when there is an initialization issue.
下载:
Ubuntu/Debian: curl -sSL https://test.docker.com | sh
Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-1.8.0-rc3
Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-1.8.0-rc3
Darwin/OSX 32bit client binary: https://test.docker.com/builds/Darwin/i386/docker-1.8.0-rc3
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.8.0-rc3.tgz
Windows 64bit client binary: https://test.docker.com/builds/Windows/x86_64/docker-1.8.0-rc3.exe
Windows 32bit client binary: https://test.docker.com/builds/Windows/i386/docker-1.8.0-rc3.exe