From 534ac218c744d8923808f841bcb61e724d203c69 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 18 Mar 2019 11:35:33 -0700 Subject: [PATCH] docs: Add links to use-case documents. Fixes #401 Signed-off-by: Archana Shinde --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8e20527c28..e017ef2ab1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ For details of the other Kata Containers repositories, see the * HOWTO: [Sysctls with Kata Containers](./how-to/how-to-use-sysctls-with-kata.md) * HOWTO: [VM Templating](./how-to/what-is-vm-cache-and-how-do-I-use-it.md) and [VM Cache](./how-to/what-is-vm-cache-and-how-do-I-use-it.md) +## Kata Use-Cases + +* [VPP with Kata](./use-cases/using-vpp-and-kata.md) +* [SR-IOV with Kata](./use-cases/using-SRIOV-and-kata.md) +* [GPU Passthrough with Kata](./GPU-passthrough-and-Kata.md) + ## Developer Guide Documents that help to understand and contribute to Kata Containers.