mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
docs: Add GCE install guide to install README
Add the new Google Compute Engine installation guide to the installation README, reworking this doc to add in a table of contents and a new "Cloud services" section. Fixes #173. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -1,16 +1,34 @@
|
||||
# Kata Containers installation user guides
|
||||
|
||||
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.
|
||||
* [Prerequisites](#prerequisites)
|
||||
* [Installing Kata Containers](#installing-kata-containers)
|
||||
* [Distros](#distros)
|
||||
* [Cloud services](#cloud-services)
|
||||
* [Further information](#further-information)
|
||||
|
||||
Select your preferred distribution:
|
||||
## 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)
|
||||
|
||||
For further information, see:
|
||||
### Cloud services
|
||||
|
||||
* [Google Compute Engine (GCE)](gce-installation-guide.md)
|
||||
|
||||
## Further information
|
||||
|
||||
* The [the upgrading document](../Upgrading.md).
|
||||
* The [developer guide](../Developer-Guide.md).
|
||||
|
Reference in New Issue
Block a user