mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-26 17:54:24 +01:00
Excised an extraneous definite article in the install README. How did we miss this in the review phase I wonder? Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# Kata Containers installation user guides
|
|
|
|
* [Prerequisites](#prerequisites)
|
|
* [Installing Kata Containers](#installing-kata-containers)
|
|
* [Distros](#distros)
|
|
* [Cloud services](#cloud-services)
|
|
* [Further information](#further-information)
|
|
|
|
## Prerequisites
|
|
|
|
Kata Containers requires nested virtualization or bare metal.
|
|
See the
|
|
[hardware requirements](https://github.com/kata-containers/runtime/blob/master/README.md#hardware-requirements)
|
|
to see if your system is capable of running Kata Containers.
|
|
|
|
## Installing Kata Containers
|
|
|
|
Select your preferred distribution or cloud service:
|
|
|
|
### Distros
|
|
|
|
* [CentOS](centos-installation-guide.md)
|
|
* [Fedora](fedora-installation-guide.md)
|
|
* [Red Hat](rhel-installation-guide.md)
|
|
* [Ubuntu](ubuntu-installation-guide.md)
|
|
|
|
### Cloud services
|
|
|
|
* [Google Compute Engine (GCE)](gce-installation-guide.md)
|
|
|
|
## Further information
|
|
|
|
* The [upgrading document](../Upgrading.md).
|
|
* The [developer guide](../Developer-Guide.md).
|
|
* The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md).
|