mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
20160416-1 选题
This commit is contained in:
parent
a3f5ca650e
commit
e5f0d14989
@ -0,0 +1,48 @@
|
|||||||
|
Docker 1.11 Adopts Open Container Project Components
|
||||||
|
=======================================================
|
||||||
|
|
||||||
|
![](http://images.techhive.com/images/article/2015/01/docker-620x465-100559026-primary.idge.jpg)
|
||||||
|
|
||||||
|
>Docker's participation in the Open Container project has come full circle, as the latest version of Docker is now built with components donated by Docker to the OCP
|
||||||
|
|
||||||
|
The biggest news about [Docker 1.11][1] isn't features in the application, but that it uses component versions standardized under the aegis of the Open Container Project.
|
||||||
|
|
||||||
|
Last year, Docker donated the core of its [runC][2] runtime to the OCP as a basis for building container tools. The same went for [containerd][3], a daemon or server used to control instances of runC. Docker 1.11 now uses the donated and publicly worked-on versions of those projects.
|
||||||
|
|
||||||
|
>[ Dig into the the red-hot open source framework in InfoWorld's [beginner's guide to Docker][4]. Pick it up today! | Get a digest of the day's top tech stories in the [InfoWorld Daily newsletter][5]. ]
|
||||||
|
|
||||||
|
>Docker is making this move to challenge the narrative that its container ecosystem is still [dictated chiefly by Docker itself][6]. It isn't donating its container specs and runtime details to the OCP merely for show; it wants the future development of the project to be as open-ended and inclusive as possible.
|
||||||
|
|
||||||
|
![](http://images.techhive.com/images/article/2016/04/docker-runc-100656060-large.idge.png)
|
||||||
|
|
||||||
|
>Docker 1.11 has been reworked to use the runC and containerd components contributed to the Open Container Project. The runC engine can be swapped out and replaced if needed.
|
||||||
|
|
||||||
|
[Two chief committers][7] on runC are Docker employees, but committers from Virtuozzo (of Parallels fame), Red Hat's OpenShift and Project Atomic projects, Huawei, GE Healthcare, and Suse Linux have all been regulars as well.
|
||||||
|
|
||||||
|
The more visible changes in Docker 1.11 reflect this. Previously, the Docker runtime was the only one available within Docker, and critics felt this limited users' choices. The runc runtime is now swappable; while Docker ships with runc as the default engine, any other compatible engine can be swapped in. (Docker also wants it to be possible to do this without having to kill and restart currently running containers, but that's an improvement scheduled for later.)
|
||||||
|
|
||||||
|
Docker is making a case for this OCP-based development process as an inherently better method to create its product. "Splitting Docker up into focused independent tools means more focused maintainers, and ultimately better quality software," stated Docker in its [official blog post][8] announcing 1.11.
|
||||||
|
|
||||||
|
Aside from fixing long-standing bugs and ensuring the runC/containerd version of Docker didn't slow down, Docker has rolled a slew of improvements into Docker 1.11. Docker Engine now supports VLANs and IPv6 service discovery, and it automatically performs DNS round-robin load balancing across multiple containers that have the same alias.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
via: http://www.infoworld.com/article/3055966/open-source-tools/docker-111-adopts-open-container-project-components.html
|
||||||
|
|
||||||
|
作者:[Serdar Yegulalp][a]
|
||||||
|
译者:[译者ID](https://github.com/译者ID)
|
||||||
|
校对:[校对者ID](https://github.com/校对者ID)
|
||||||
|
|
||||||
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
|
[a]: http://www.infoworld.com/author/Serdar-Yegulalp/
|
||||||
|
[1]: https://blog.docker.com/2016/04/docker-engine-1-11-runc/
|
||||||
|
[2]: http://runc.io/
|
||||||
|
[3]: https://containerd.tools/
|
||||||
|
[4]: http://www.infoworld.com/resources/16373/application-virtualization/the-beginners-guide-to-docker#tk.ifw-infsb
|
||||||
|
[5]: http://www.infoworld.com/newsletters/signup.html#tk.ifw-infsb
|
||||||
|
[6]: http://www.infoworld.com/article/2876801/application-virtualization/docker-reorganization-grows-up.html
|
||||||
|
[7]: https://github.com/opencontainers/runc/graphs/contributors
|
||||||
|
[8]: https://blog.docker.com/2016/04/docker-engine-1-11-runc/
|
Loading…
Reference in New Issue
Block a user