From 09715c13d26ac1569f2d828d4ac78f5d85b29e11 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 20 May 2019 11:48:54 +0100 Subject: [PATCH 1/2] docs: Add missing newline at EOF Add a newline at the end of the document, presumably missed off by Emacs. Signed-off-by: James O. D. Hunt --- how-to/how-to-use-virtio-fs-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/how-to-use-virtio-fs-with-kata.md b/how-to/how-to-use-virtio-fs-with-kata.md index b354f499bf..80e65dd3dc 100644 --- a/how-to/how-to-use-virtio-fs-with-kata.md +++ b/how-to/how-to-use-virtio-fs-with-kata.md @@ -48,4 +48,4 @@ $ ps -aux | grep virtiofs root ... /home/foo/build-x86_64_virt/x86_64_virt-softmmu/qemu-system-x86_64_virt ... -machine virt,accel=kvm,kernel_irqchip,nvdimm ... root ... /home/foo/build-x86_64_virt/virtiofsd-x86_64 ... -``` \ No newline at end of file +``` 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 2/2] 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)