From b53e84054e721e18bca5a62be15a8637bd0158df Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Thu, 29 Jul 2021 14:50:08 +0800 Subject: [PATCH] how-to-use-virtio-mem-with-kata.md: Remove undefined ${REPORT_DIR} Remove undefined ${REPORT_DIR} in how-to-use-virtio-mem-with-kata.md. Fixes: #2348 Signed-off-by: Hui Zhu --- docs/how-to/how-to-use-virtio-mem-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-virtio-mem-with-kata.md b/docs/how-to/how-to-use-virtio-mem-with-kata.md index 22116e956e..1725e74f1a 100644 --- a/docs/how-to/how-to-use-virtio-mem-with-kata.md +++ b/docs/how-to/how-to-use-virtio-mem-with-kata.md @@ -41,7 +41,7 @@ $ echo 1 | sudo tee /proc/sys/vm/overcommit_memory Use following command to start a Kata Container. ``` $ pod_yaml=pod.yaml -$ container_yaml=${REPORT_DIR}/container.yaml +$ container_yaml=container.yaml $ image="quay.io/prometheus/busybox:latest" $ cat << EOF > "${pod_yaml}" metadata: