mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 16:04:26 +01:00
Add missing heading names and a table of contents. Also, folded the long lines to make them easier to edit and diff. Fixes #501. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
23 lines
702 B
Markdown
23 lines
702 B
Markdown
# Kata Containers packaging
|
|
|
|
* [Introduction](#introduction)
|
|
* [Build in a container](#build-in-a-container)
|
|
* [Credits](#credits)
|
|
|
|
## Introduction
|
|
|
|
Kata Containers currently supports packages for many distributions. Tooling to
|
|
aid in creating these packages are contained within this repository.
|
|
|
|
## Build in a container
|
|
|
|
Kata build artifacts are available within a container image, created by a
|
|
[Dockerfile](kata-deploy/Dockerfile). Reference daemonsets are provided in
|
|
[kata-deploy](kata-deploy), which make installation of Kata Containers in a
|
|
running Kubernetes Cluster very straightforward.
|
|
|
|
## Credits
|
|
|
|
Kata Containers packaging uses [packagecloud](https://packagecloud.io) for
|
|
package hosting.
|