mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
Merge pull request #436 from jodh-intel/fix-markdown
docs: Fix markdown
This commit is contained in:
commit
5b27d85358
@ -15,7 +15,7 @@
|
||||
- [Kata deploy](#kata-deploy)
|
||||
- [Kata cleanup](#kata-cleanup)
|
||||
|
||||
[kata-deploy](kata-deploy) provides a Dockerfile, which contains all of the binaries
|
||||
[kata-deploy](.) provides a Dockerfile, which contains all of the binaries
|
||||
and artifacts required to run Kata Containers, as well as reference daemonsets, which can
|
||||
be utilized to install Kata Containers for both Docker and on a running Kubernetes cluster.
|
||||
|
||||
@ -128,7 +128,7 @@ kubectl delete -f kata-rbac.yaml
|
||||
|
||||
### Dockerfile
|
||||
|
||||
The [Dockerfile](kata-deploy/Dockerfile) used to create the container image deployed in the DaemonSet is provided here.
|
||||
The [Dockerfile](Dockerfile) used to create the container image deployed in the DaemonSet is provided here.
|
||||
This image contains all the necessary artifacts for running Kata Containers, all of which are pulled
|
||||
from the [Kata Containers release page](https://github.com/kata-containers/runtime/releases).
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# How to do a Kata Containers Release
|
||||
|
||||
* [Introduction](#Introduction)
|
||||
* [Requirements](#Requirements)
|
||||
* [Introduction](#introduction)
|
||||
* [Requirements](#requirements)
|
||||
* [Release process](#release-process)
|
||||
|
||||
# Introduction
|
||||
|
@ -70,7 +70,7 @@ The [miniOS image][2] is not included in the snap image as it is not possible fo
|
||||
QEMU to open a guest RAM backing store on a read-only filesystem. Fortunately,
|
||||
you can start Kata Containers with a Linux initial RAM disk (initrd) that is
|
||||
included in the snap image. If you want to use the miniOS image instead of initrd,
|
||||
then a new configuration file can be [created](#configuring-kata-containers)
|
||||
then a new configuration file can be [created](#configure-kata-containers)
|
||||
and [configured][7].
|
||||
|
||||
[1]: https://docs.snapcraft.io/snaps/intro
|
||||
|
Loading…
Reference in New Issue
Block a user