From 2b91dcfeef692fc5cf3cee912920ffb9decf245d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 31 Mar 2022 16:25:47 +0000 Subject: [PATCH] docs: Remove kata-proxy reference This PR removes the kata-proxy reference from this document as it is not longer a component in kata 2.0 Fixes #4013 Signed-off-by: Gabriela Cervantes --- docs/how-to/how-to-use-kata-containers-with-acrn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-kata-containers-with-acrn.md b/docs/how-to/how-to-use-kata-containers-with-acrn.md index 3bb038b9fc..9679cd0c21 100644 --- a/docs/how-to/how-to-use-kata-containers-with-acrn.md +++ b/docs/how-to/how-to-use-kata-containers-with-acrn.md @@ -101,7 +101,7 @@ Start an ACRN based Kata Container, $ sudo docker run -ti --runtime=kata-runtime busybox sh ``` -You will see ACRN(`acrn-dm`) is now running on your system, as well as a `kata-shim`, `kata-proxy`. You should obtain an interactive shell prompt. Verify that all the Kata processes terminate once you exit the container. +You will see ACRN(`acrn-dm`) is now running on your system, as well as a `kata-shim`. You should obtain an interactive shell prompt. Verify that all the Kata processes terminate once you exit the container. ```bash $ ps -ef | grep -E "kata|acrn"