发布于 2015-01-24 00:27:12 | 169 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Docker从入门到实践,程序狗速度看过来!

Docker 开源应用容器引擎

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


Docker 1.5.0 RC1 发布,此版本是 Docker 1.5 的第一个RC 版本。

Docker 1.5.0 RC1 的总体情况如下:

  • 664 个 commits

  • 86  位贡献者

  • +8,350 -3,397 行修改

此版本包括大量的总要特性,Docker 1.5.0 计划在 2 月 3 日发布,包括 Compose 1.1.0, Machine beta 0.1.0 和 Swam beta 0.1.0。

boot2docker 1.5.0-rc1 现已提供在:
https://github.com/tianon/boot2docker/releases/tag/v1.5.0-rc1

ISO 下载:
https://github.com/tianon/boot2docker/releases/download/v1.5.0-rc1/boot2docker.iso

二进制包下载:

Ubuntu/Debian: https://test.docker.com/ubuntu or curl -sSL https://test.docker.com/ | sh

Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-1.5.0

Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-1.5.0

Darwin/OSX 32bit client binary: https://test.docker.com/builds/Darwin/i386/docker-1.5.0

Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.5.0.tgz

更新日志

Builder

  + Dockerfile to use for a given `docker build` can be specified with the `-f` flag
  * Dockerfile and .dockerignore files can be themselves excluded as part of the .dockerignore file, thus preventing modifications to these files invalidating ADD or COPY instructions cache
  * ADD and COPY instructions accept relative paths
  * Dockerfile `FROM scratch` instruction is now interpreted as a no-base specifier

  * Improve performance when exposing a large number of ports

Hack

  + Allow client-side only integration tests for Windows

  * Include docker-py integration tests against Docker daemon as part of our test suites

Packaging

  + Support for the new version of the registry HTTP API

  * Speed up `docker push` for images with a majority of already existing layers

  - Fixed contacting a private registry through a proxy

Remote API

  + Containers can be renamed using the new `rename` endpoint and the associated `docker rename` command

  * Container `inspect` endpoint show the ID of `exec` commands running in this container

  * Container `inspect` endpoint show the number of times Docker auto-restarted the container

  * New types of event can be streamed by the `events` endpoint: ‘OOM’ (container died with out of memory), ‘exec_create’, and ‘exec_start'

  - Fixed returned string fields which hold numeric characters incorrectly omitting surrounding double quotes

Runtime

  + Docker daemon has full IPv6 support

  + The `docker run` command can take the `--pid=host` flag to use the host PID namespace, which makes it possible for example to debug host processes using containerized debugging tools

  + The `docker run` command can take the `--read-only` flag to make the container’s root filesystem mounted as readonly, which can be used in combination with volumes to force a container’s processes to only write to locations that will be persisted

  + Container total memory usage can be limited for `docker run` using the `--memory-swap` flag

  * Major stability improvements for devicemapper storage driver

  * Better integration with host system: containers will reflect changes to the host's `/etc/resolv.conf` file when restarted

  * Better integration with host system: per-container iptable rules are moved to the DOCKER chain

  - Fixed container exiting on out of memory to return an invalid exit code

其他

  * The HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables are properly taken into account by the client when connecting to the Docker daemon

--

Arnaud Porterie

更多更新内容请看发行说明



历史版本 :
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号  版权声明  广告服务