Merge pull request #653 from samuelkarp/scope

readme: Add metrics to scope as per #646
This commit is contained in:
Michael Crosby 2017-03-22 15:16:42 -07:00 committed by GitHub
commit 355e3ec032
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ The table specifies whether or not the feature/component is in or out of scope.
| execution | Provide an extensible execution layer for executing a container | in | Create,start, stop pause, resume exec, signal, delete |
| cow filesystem | Built in functionality for overlay, aufs, and other copy on write filesystems for containers | in | |
| distribution | Having the ability to push and pull images as well as operations on images as a first class API object | in | containerd will fully support the management and retrieval of images |
| metrics | container-level metrics, cgroup stats, and OOM events | in |
| networking | creation and management of network interfaces | out | Networking will be handled and provided to containerd via higher level systems. |
| build | Building images as a first class API | out | Build is a higher level tooling feature and can be implemented in many different ways on top of containerd |
| volumes | Volume management for external data | out | The API supports mounts, binds, etc where all volumes type systems can be built on top of containerd. |