Skip to content

Commit

Permalink
README: add initial pointer for the spec(s)
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <dug@us.ibm.com>
  • Loading branch information
duglin authored and jonboulle committed May 6, 2016
1 parent 3483f0c commit 6f29dd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ This new OCI project intends to start with the Docker v2.2 specification, improv
* Signatures that are based on signing image content address (optional layer)
* Naming that is federated based on DNS and can be delegated (optional layer)

## The Specification

The Distributable Image Specification is made up of several different components and documents.
It is recommended to begin with the [Media Types](media-types.md) document as a starting point to understanding the overall structure of the specification.

## Cooperation with OCI Runtime Project

The [OCI Runtime Spec project](https://github.com/opencontainers/runtime-spec) is developing a specification for the lifecycle of a running container. The OCI Image Format Spec project should work with the OCI Runtime Spec project so that the image can support the UX that users have come to expect from container engines like Docker and rkt: primarily, the ability to run an image with no additional arguments:
Expand Down

0 comments on commit 6f29dd4

Please sign in to comment.