From a7daa2b935e9704585801da4c2f6ed96fa27ddc3 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 4 Jun 2019 10:48:18 +0100 Subject: [PATCH] docs: Explain Kata Containers are Linux-based Update the README explaining that Kata Containers are Linux-based and run on Linux hosts. Fixes: #1759. Signed-off-by: James O. D. Hunt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10223c49ed..e694dfbf2a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For details of the other Kata Containers repositories, see the (CLI) part of the Kata Containers runtime component. It leverages the [virtcontainers](virtcontainers) package to provide a high-performance standards-compliant runtime that creates -hardware-virtualized containers. +hardware-virtualized [Linux](https://www.kernel.org/) containers running on Linux hosts. The runtime is [OCI](https://github.com/opencontainers/runtime-spec)-compatible,