Merge pull request #2349 from teawater/fix_vm_doc

how-to-use-virtio-mem-with-kata.md: Remove undefined ${REPORT_DIR}
This commit is contained in:
GabyCT 2021-07-29 10:42:44 -05:00 committed by GitHub
commit 8508e52fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: