From 062fef460d56161d051bf107dd5ca4d56780dff4 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 21 Jun 2018 10:34:54 +0100 Subject: [PATCH] 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 --- install/README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/install/README.md b/install/README.md index 08274b4a87..264e5494f6 100644 --- a/install/README.md +++ b/install/README.md @@ -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).