implemented brian's remarks
Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
parent
350cebb6bd
commit
47b1ba52c9
1 changed files with 11 additions and 4 deletions
|
@ -4,12 +4,14 @@
|
|||
|
||||
*Description*
|
||||
|
||||
containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..
|
||||
containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..
|
||||
|
||||
containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users. containerd will serve as a core container runtime for the CNCF ecosystem.
|
||||
|
||||
*Sponsor / Advisor from TOC*: Brian Grant
|
||||
|
||||
*Preferred maturity level*: incubating
|
||||
|
||||
*Unique Identifier*: containerd
|
||||
|
||||
*License*: Apache License v2.0
|
||||
|
@ -27,7 +29,7 @@ containerd is designed to be embedded into a larger system, rather than being us
|
|||
|
||||
*Mailing lists*
|
||||
|
||||
* Slack: https://dockercommunity.slack.com/messages/containerd
|
||||
* Slack: https://dockercommunity.slack.com/messages/containerd would be moved to https://containerd.slack.com/
|
||||
|
||||
*Website*: https://containerd.io/
|
||||
|
||||
|
@ -40,11 +42,15 @@ containerd is designed to be embedded into a larger system, rather than being us
|
|||
|
||||
*Existing sponsorship*: Docker
|
||||
|
||||
*Contributor statistics*
|
||||
|
||||
The containerd community is growing with 70 contributors overall and an active contributor base with 17 unique contributors a month(average) and 7 new contributors in the past 30 days, as of 3/15/2017.
|
||||
|
||||
*Adopters*: Docker, and any system using Docker
|
||||
|
||||
*External Dependencies*
|
||||
|
||||
* vendor - https://github.com/docker/containerd/tree/master/vendor
|
||||
* vendor - https://github.com/docker/containerd/blob/master/vendor.conf (exact version at time of this PR https://github.com/docker/containerd/blob/6089c1525b665876307d43fb94f9e8ed76eb40a1/vendor.conf)
|
||||
* Protobuf
|
||||
* GRPC
|
||||
* Prometheus
|
||||
|
@ -52,4 +58,5 @@ containerd is designed to be embedded into a larger system, rather than being us
|
|||
|
||||
*Statement on alignment with CNCF mission*:
|
||||
|
||||
containerd is built to address the issues of having a standard runtime the implements the OCI specifications on both the runtime and image side to offer an end to end solution for container based platforms. containerd focuses on providing a runtime for projects like Docker and Kubernetes that promote cloud native systems. The containerd community is growing with 70 contributors overall and an active contributor base with 17 unique contributors a month(average) and 7 new contributors in the past 30 days.
|
||||
containerd is the most widely used container runtime, which is a critical building-block for cloud-native computing and is highlighted in the [CNCF charter](https://www.cncf.io/about/charter/). It intends to provide a container runtime for projects like Docker and Kubernetes that provide execution platforms for cloud-native applications.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue