Docker 1.3.3 发布,下载地址: https://github.com/docker/docker/archive/v1.3.3.zip 改进记录包括: Security Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356) Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357) Validate image IDs (CVE-2014-9358) Runtime Fix an issue when image archives are being read slowly Client Fix a regression related to stdin redirection Fix a regression with docker cp when destination is the current directory 此外在 Github 上同时也看到 1.3.3 版本之后的 5 个小时发布了 Docker 1.4.0 版本,下载地址: https://github.com/docker/docker/archive/v1.4.0.zip 不过 CHANGES 上并无该版本信息。 Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app)。几乎没有性能开销,可以很容易地在机器和数据中心中运行。最重要的是,他们不依赖于任何语言、框架或包装系统。 Docker 1.3.3/1.4.0 发布,Linux 容器引擎下载地址