|
2 | 2 |
|
3 | 3 | The [Open Container Initiative](http://www.opencontainers.org/) develops specifications for standards on Operating System process and application containers.
|
4 | 4 |
|
| 5 | +The specification can be found [here](spec.md). |
5 | 6 |
|
6 |
| -Table of Contents |
7 |
| - |
8 |
| -- [Introduction](README.md) |
9 |
| - - [Code of Conduct](#code-of-conduct) |
10 |
| - - [Container Principles](principles.md) |
11 |
| - - [Style and Conventions](style.md) |
12 |
| - - [Roadmap](ROADMAP.md) |
13 |
| - - [Implementations](implementations.md) |
14 |
| - - [project](project.md) |
15 |
| -- [Filesystem Bundle](bundle.md) |
16 |
| -- Runtime and Lifecycle |
17 |
| - - [General Runtime and Lifecycle](runtime.md) |
18 |
| - - [Linux-specific Runtime and Lifecycle](runtime-linux.md) |
19 |
| -- Configuration |
20 |
| - - [General Configuration](config.md) |
21 |
| - - [Linux-specific Configuration](config-linux.md) |
22 |
| - - [Solaris-specific Configuration](config-solaris.md) |
23 |
| - - [Windows-specific Configuration](config-windows.md) |
24 |
| -- [Glossary](glossary.md) |
25 |
| - |
26 |
| -The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119][rfc2119]. |
27 |
| - |
28 |
| -The key words "unspecified", "undefined", and "implementation-defined" are to be interpreted as described in the [rationale for the C99 standard][c99-unspecified]. |
29 |
| - |
30 |
| -An implementation is not compliant for a given CPU architecture if it fails to satisfy one or more of the MUST, REQUIRED, or SHALL requirements for the protocols it implements. |
31 |
| -An implementation is compliant for a given CPU architecture if it satisfies all the MUST, REQUIRED, and SHALL requirements for the protocols it implements. |
32 |
| - |
33 |
| -Protocols defined by this specification are: |
34 |
| -* Linux containers: [runtime.md](runtime.md), [config.md](config.md), [config-linux.md](config-linux.md), and [runtime-linux.md](runtime-linux.md). |
35 |
| -* Solaris containers: [runtime.md](runtime.md), [config.md](config.md), and [config-solaris.md](config-solaris.md). |
36 |
| -* Windows containers: [runtime.md](runtime.md), [config.md](config.md), and [config-windows.md](config-windows.md). |
| 7 | +Additional documentation about how this group operates: |
| 8 | + |
| 9 | +- [Code of Conduct](https://github.com/opencontainers/tob/blob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md) |
| 10 | +- [Style and Conventions](style.md) |
| 11 | +- [Roadmap](ROADMAP.md) |
| 12 | +- [Implementations](implementations.md) |
| 13 | +- [Releases](RELEASES.md) |
| 14 | +- [project](project.md) |
| 15 | +- [charter][charter] |
37 | 16 |
|
38 | 17 | # Use Cases
|
39 | 18 |
|
@@ -66,10 +45,6 @@ Issues are used for bugs and actionable items and longer discussions can happen
|
66 | 45 |
|
67 | 46 | The specification and code is licensed under the Apache 2.0 license found in the [LICENSE](./LICENSE) file.
|
68 | 47 |
|
69 |
| -## Code of Conduct |
70 |
| - |
71 |
| -Participation in the OCI community is governed by the [OCI Code of Conduct](https://github.com/opencontainers/tob/blob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md). |
72 |
| - |
73 | 48 | ## Discuss your design
|
74 | 49 |
|
75 | 50 | The project welcomes submissions, but please let everyone know what you are working on.
|
@@ -165,7 +140,6 @@ Read more on [How to Write a Git Commit Message](http://chris.beams.io/posts/git
|
165 | 140 | * If there was important/useful/essential conversation or information, copy or include a reference
|
166 | 141 | 8. When possible, one keyword to scope the change in the subject (i.e. "README: ...", "runtime: ...")
|
167 | 142 |
|
168 |
| -[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18 |
169 | 143 | [UberConference]: https://www.uberconference.com/opencontainers
|
170 | 144 | [irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/
|
171 |
| -[rfc2119]: http://tools.ietf.org/html/rfc2119 |
| 145 | +[charter]: https://www.opencontainers.org/about/governance |
0 commit comments