设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Docker 1.10.3 RC1和RC2发布

2016-3-10 22:18| 发布者: joejoe0332| 查看: 807| 评论: 0|原作者: oschina|来自: oschina

摘要: Docker 1.10.3 RC1 和 RC2 发布了,Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制 ...

Docker 1.10.3 RC1 和 RC2 发布了,Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app)。几乎没有性能开销,可以很容易地在机器和数据中心中运行。最重要的是,他们不依赖于任何语言、框架或包装系统。

改进记录:

Runtime

  • Fix Docker client exiting with an "Unrecognized input header" error #20706

  • Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647

Distribution

  • Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831

  • Fix a panic when pushing images to a registry which uses a misconfigured token service #21030

Plugin system

  • Fix issue preventing volume plugins to start when SELinux is enabled #20834

  • Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682

  • Fix plugin system leaking file descriptors if a plugin has an error #20680

Security

  • Fix linux32 emulation to fail during docker build #20672It was due to the personality syscall being blocked by the default seccomp profile.

  • Fix Oracle XE 10g failing to start in a container #20981It was due to the ipc syscall being blocked by the default seccomp profile.

  • Fix user namespaces not working on Linux From Scratch #20685

  • Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725

下载地址:

Ubuntu/Debian: curl -fsSL https://test.docker.com/ | sh
Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-1.10.3-rc2
Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-1.10.3-rc2
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.10.3-rc2.tgz
Windows 64bit client binary: https://test.docker.com/builds/Windows/x86_64/docker-1.10.3-rc2.exe
Windows 32bit client binary: https://test.docker.com/builds/Windows/i386/docker-1.10.3-rc2.exe


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部