From 5c5b5185c2abbd32b3fe68a1a4912fdde879bd9a Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 20 May 2019 11:49:31 +0100 Subject: [PATCH] docs: Added missing doc link Added a link to the existing `how-to-use-virtio-fs-with-kata.md`. Fixes #481. Signed-off-by: James O. D. Hunt --- how-to/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/how-to/README.md b/how-to/README.md index e0fac4a2f9..a49c50a9db 100644 --- a/how-to/README.md +++ b/how-to/README.md @@ -2,6 +2,7 @@ - [How to use Kata Containers and Containerd](containerd-kata.md) - [How to use Kata Containers and CRI (containerd plugin) with Kubernetes](how-to-use-k8s-with-cri-containerd-and-kata.md) +- [How to use Kata Containers with virtio-fs](how-to-use-virtio-fs-with-kata.md) - [Kata Containers and service mesh for Kubernetes](service-mesh.md) - [Kata Containers with Firecracker](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support) - [Kata Containers with NEMU](how-to-use-kata-containers-with-nemu.md)