发布于 2015-06-19 00:18:32 | 193 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Docker官方指南,程序狗速度看过来!

Docker 开源应用容器引擎

Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。


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 机器上,也可以实现虚拟化。

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



历史版本 :
SLife 1.0 加入集群的配置和 Docker 化
Docker 重磅发布:LinuxKit 和 Moby 开源项目
Docker 17.03.1-ce 发布,应用容器引擎
Docker v17.04.0-ce-rc1 发布,应用容器引擎
Docker v17.03.1-ce-rc1 发布,应用容器引擎
Docker 重大更新,版本升至17.03,包名仓库全换
Docker v17.03.0-ce-rc1 发布,应用容器引擎
Docker 1.13.1 正式版发布,应用容器引擎
Docker v1.13.1-rc1 发布,应用容器引擎
Docker v1.13.0 正式版发布,应用容器引擎
Docker v1.13.0-rc7 发布,应用容器引擎
Docker 1.12.6 发布,应用容器引擎 
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务