高級容器引擎 Docker v1.11.2 發布
Docker 是 PaaS 提供商 dotCloud 開源的一個基于 LXC 的高級容器引擎,源代碼托管在 Github 上, 基于go語言并遵從Apache2.0協議開源。
更新日志
Networking
- Fix a stale endpoint issue on overlay networks during ungraceful restart (#23015)
- Fix an issue where the wrong port could be reported by
docker inspect/ps/port
(#22997)
Runtime
- Fix a potential panic when running
docker build
(#23032) - Fix interpretation of
--user
parameter (#22998) - Fix a bug preventing container statistics to be correctly reported (#22955)
- Fix an issue preventing container to be restarted after daemon restart (#22947)
- Fix issues when running 32 bit binaries on Ubuntu 16.04 (#22922)
- Fix a possible deadlock on image deletion and container attach (#22918)
- Fix an issue where containers fail to start after a daemon restart if they depend on a containerized cluster store (#22561)
- Fix an issue causing
docker ps
to hang on CentOS when using devicemapper (#22168, #23067) - Fix a bug preventing to
docker exec
into a container when using devicemapper (#22168, #23067)
下載
- deb/rpm install:
curl -fsSL https://get.docker.com/ | sh
- Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.11.2.tgz
- Darwin/OSX 64bit client tgz: https://get.docker.com/builds/Darwin/x86_64/docker-1.11.2.tgz
- Windows 64bit zip: https://get.docker.com/builds/Windows/x86_64/docker-1.11.2.zip
- Windows 32bit client zip: https://get.docker.com/builds/Windows/i386/docker-1.11.2.zip
- Source code (zip)
- Source code (tar.gz)
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!