Skip to content

Commit 287772a

Browse files
authored
Merge pull request opencontainers#309 from wking/table-of-contents
README: Add a table of contents
2 parents d138321 + 5d91f6b commit 287772a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format). The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run.
44

5+
## Table of Contents
6+
7+
- [Introduction](README.md)
8+
- [Code of Conduct](#code-of-conduct)
9+
- [Project Documentation](project.md)
10+
- [Media Types](media-types.md)
11+
- [Content Descriptors](descriptor.md)
12+
- [Image Layout](image-layout.md)
13+
- [Filesystem Layers](layer.md)
14+
- [Image Configuration](config.md)
15+
- [Manifests and Manifest Lists](manifest.md)
16+
17+
## Overview
18+
519
This specification defines how to create an OCI Image, which will generally be done by a build system, and output an [image manifest](manifest.md), a set of [filesystem layers](layer.md), and an [image configuration](config.md).
620
At a high level the image manifest contains metadata about the contents and dependencies of the image including the content-addressable identity of one or more [filesystem layer changeset](layer.md) archives that will be unpacked to make up the final runnable filesystem.
721
The image configuration includes information such as application arguments, environments, etc.

0 commit comments

Comments
 (0)