From 19e8a5e0240ae3909270529d45502e1124e6da93 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Wed, 13 Mar 2019 15:04:35 -0700 Subject: [PATCH] docs: Add link to the sysctl how-to in README.md Add link so that the doc is discoverable Signed-off-by: Archana Shinde --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 259932a14..c4f34ce73 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ For details of the other Kata Containers repositories, see the * HOWTO: [Kata Containers with k8s and cri-containerd](./how-to/how-to-use-k8s-with-cri-containerd-and-kata.md) * HOWTO: [OpenStack Zun with Kata Containers](zun/zun_kata.md) * HOWTO: [Kata Containers with Firecracker](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support) +* HOWTO: [Sysctls with Kata Containers](./how-to/how-to-use-sysctls-with-kata.md) ## Developer Guide