Docker 1.8.2 發布,帶來多項修復

jopen 9年前發布 | 5K 次閱讀 Docker

Docker 1.8.2 發布,與 1.8.1相比,主要更新內容如下:

Distribution:

  • Fixes rare edge case of handling GNU LongLink and LongName entries.

  • Fix ^C on docker pull.

  • Fix docker pull issues on client disconnection.

  • Fix issue that caused the daemon to panic when loggers weren't configured properly.

  • Fix goroutine leak pulling images from registry V2.

Runtime:

  • Fix a bug mounting cgroups for docker daemons running inside docker containers.

  • Initialize log configuration properly.

Client:

  • Handle -q flag in docker ps properly when there is a default format.

Networking:

  • Fix several corner cases with netlink.

  • Fixed an incorrect network namespace switch issue.

Contrib:

  • Fix several issues with bash completion.

請查看 GitHub 發布頁面:https://github.com/docker/docker/releases/tag/v1.8.2

下載地址:

Ubuntu/Debian: curl -sSL https://get.docker.com | sh
Linux 64bit binary: https://get.docker.com/builds/Linux/x86_64/docker-1.8.2
Darwin/OSX 64bit client binary: https://get.docker.com/builds/Darwin/x86_64/docker-1.8.2
Darwin/OSX 32bit client binary: https://get.docker.com/builds/Darwin/i386/docker-1.8.2
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.8.2.tgz
Windows 64bit client binary: https://get.docker.com/builds/Windows/x86_64/docker-1.8.2.exe
Windows 32bit client binary: https://get.docker.com/builds/Windows/i386/docker-1.8.2.exe

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!