Files
kata-containers/install/README.md
James O. D. Hunt baf66c743d docs: Remove double "the" in README
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>
2018-06-21 15:22:24 +01:00

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).