From 9515de77aeef06ef57b1cd1f0a72c993b53daf3d Mon Sep 17 00:00:00 2001 From: Anne Bertucio Date: Fri, 8 Jun 2018 15:03:30 -0700 Subject: [PATCH] docs: Adds hardware requirements to Install Guide Puts the nested virt/bare metal requirement in the top line of the Install Guide and references the Kata hardware check. Signed-off-by: Anne Bertucio --- install/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/README.md b/install/README.md index d8479157b0..40430b74df 100644 --- a/install/README.md +++ b/install/README.md @@ -1,5 +1,8 @@ # 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. + Select your preferred distribution: * [CentOS](https://github.com/kata-containers/documentation/blob/master/install/centos-installation-guide.md)