Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Add missing docs
Browse files Browse the repository at this point in the history
Add a few minimal documents to allow all the documentation in this
repository to be navigated from the top-level README.

Fixes #1681.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed May 15, 2019
1 parent 1563263 commit da2749c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ For details of the other Kata Containers repositories, see the
* [Community](#community)
* [Contact](#contact)
* [Further information](#further-information)
* [Additional packages](#additional-packages)

## Introduction

Expand Down Expand Up @@ -170,3 +171,8 @@ See the
[project table of contents](https://github.com/kata-containers/kata-containers)
and the
[documentation repository](https://github.com/kata-containers/documentation).

## Additional packages

For details of the other packages contained in this repository, see the
[package documentation](pkg).
10 changes: 10 additions & 0 deletions pkg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Kata golang packages

This repository contains a number of packages in addition to the
[`virtcontainers`](../virtcontainers) package:

| Package name | Description |
|-|-|
| [`katatestutils`](katatestutils) | Unit test utilities. |
| [`katautils`](katautils) | Utilities. |
| [`signals`](signals) | Signal handling functions. |
4 changes: 4 additions & 0 deletions pkg/katautils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Kata utilities packages

The `katautils` package contains useful functions that are shared by various
parts of the codebase, including the runtime and the container v2 shim.
4 changes: 4 additions & 0 deletions pkg/signals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Signals package

The `signals` package contains common signal handling functions that are shared by
the binaries built in this repository.
12 changes: 12 additions & 0 deletions virtcontainers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Table of Contents
* [Devices](#devices)
* [How to pass a device using VFIO-passthrough](#how-to-pass-a-device-using-vfio-passthrough)
* [Developers](#developers)
* [Persistent storage plugin support](#persistent-storage-plugin-support)
* [Experimental features](#experimental-features)

# What is it ?

Expand Down Expand Up @@ -153,6 +155,8 @@ The Sandbox has to be running.

An example tool using the `virtcontainers` API is provided in the `hack/virtc` package.

For further details, see the [API documentation](documentation/api/1.0/api.md).

# Networking

`virtcontainers` supports the 2 major container networking models: the [Container Network Model (CNM)][cnm] and the [Container Network Interface (CNI)][cni].
Expand Down Expand Up @@ -324,3 +328,11 @@ tooling.

For information on how to build, develop and test `virtcontainers`, see the
[developer documentation](documentation/Developers.md).

# Persistent storage plugin support

See the [persistent storage plugin documentation](persist/plugin).

# Experimental features

See the [experimental features documenation](experimental).

0 comments on commit da2749c

Please sign in to comment.