Docker 1.7.1 正式發布下載

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

Docker 是一個開源的應用容器引擎,讓開發者可以打包他們的應用以及依賴包到一個可移植的容器中,然后發布到任何流行的 Linux 機器上,也可以實現虛擬化。容器是完全使用沙箱機制,相互之間不會有任何接口(類似 iPhone 的 app)。幾乎沒有性能開銷,可以很容易地在機器和數據中心中運行。最重要的是,他們不依賴于任何語言、框架或包裝系統。

Docker 1.7.1 正式發布下載

Docker 1.7.1 正式發布下載,此版本更新內容如下:

運行期

  • Fix default user spawning exec process with docker exec

  • Make --bridge=none not to configure the network bridge

  • Publish networking stats properly

  • Fix implicit devicemapper selection with static binaries

  • Fix socket connections that hung intermittently

  • Fix bridge interface creation on CentOS/RHEL 6.6

  • Fix local dns lookups added to resolv.conf

  • Fix copy command mounting volumes

  • Fix read/write privileges in volumes mounted with --volumes-from

遠程 API

  • Fix unmarshalling of Command and Entrypoint

  • Set limit for minimum client version supported

  • Validate port specification

  • Return proper errors when attach/reattach fail

分布式

  • Fix pulling private images

  • Fix fallback between registry V2 and V1

更多改進內容請看發行說明。

下載:

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