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:
James O. D. Hunt
2018-06-21 10:34:54 +01:00
parent f96f7ea2d3
commit 062fef460d

View File

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