设为首页收藏本站

LUPA开源社区

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

Docker 1.7.0发布,Linux容器引擎

2015-6-20 13:57| 发布者: joejoe0332| 查看: 732| 评论: 0|原作者: oschina.|来自: oschina.

摘要: Docker 1.7.0 正式版发布,此版本主要更新信息如下:Runtime:Experimental feature: support for out-of-process volume pluginsThe userland proxy can be disabled in favor of hairpin NAT using the daemon’s ...

Docker 1.7.0 正式版发布,此版本主要更新信息如下:

Runtime:

  • Experimental feature: support for out-of-process volume plugins

  • The userland proxy can be disabled in favor of hairpin NAT using the daemon’s --userland-proxy=false flag

  • The exec command supports the -u|--user flag to specify the new process owner

  • Default gateway for containers can be specified daemon-wide using the --default-gateway and --default-gateway-v6 flags

  • The CPU CFS (Completely Fair Scheduler) quota can be set in docker run using --cpu-quota

  • Container block IO can be controlled in docker run using--blkio-weight

  • ZFS support

  • The docker logs command supports a --since argument

  • UTS namespace can be shared with the host with docker run --uts=host

Quality:

  • Networking stack was entirely rewritten as part of the libnetwork effort

  • Engine internals refactoring

  • Volumes code was entirely rewritten to support the plugins effort

  • Sending SIGUSR1 to a daemon will dump all goroutines stacks without exiting

Build

  • Support ${variable:-value} and ${variable:+value} syntax for environment variables

  • Support resource management flags --cgroup-parent, --cpu-period, --cpu-quota, --cpuset-cpus, --cpuset-mems

  • git context changes with branches and directories

  • The .dockerignore file support exclusion rules

Distribution

  • Client support for v2 mirroring support for the official registry

Bugfixes

  • Firewalld is now supported and will automatically be used when available

  • mounting --device recursively

详细信息请查看更新日志

此版本现已提供下载:

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


酷毙

雷人

鲜花

鸡蛋

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

最新评论

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

返回顶部