From 86d348e065db331817895e2c8c1935fdf2c509ef Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 28 Apr 2022 12:44:27 +0100 Subject: [PATCH] docs: Use VM term in agent-ctl doc Use the standard "VM" acronym to mean Virtual Machine. Signed-off-by: James O. D. Hunt --- src/tools/agent-ctl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/agent-ctl/README.md b/src/tools/agent-ctl/README.md index 7a8d88d23a..53b8646f74 100644 --- a/src/tools/agent-ctl/README.md +++ b/src/tools/agent-ctl/README.md @@ -4,7 +4,7 @@ The Kata Containers agent control tool (`kata-agent-ctl`) is a low-level test tool. It allows basic interaction with the Kata Containers agent, -`kata-agent`, that runs inside the virtual machine. +`kata-agent`, that runs inside the virtual machine (VM). Unlike the Kata Runtime, which only ever makes sequences of correctly ordered and valid agent API calls, this tool allows users to make arbitrary agent API @@ -117,7 +117,7 @@ establish the VSOCK guest CID value to connect to the agent. 1. Start a Kata Container -1. Establish the VSOCK guest CID number for the virtual machine: +1. Establish the VSOCK guest CID number for the VM: ```sh $ guest_cid=$(sudo ss -H --vsock | awk '{print $6}' | cut -d: -f1)