From fa5c2cc562c546d501289d85eedd60f85a33fe9f Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Tue, 30 Jun 2026 13:37:56 +0200 Subject: [PATCH] docs: scope testing container overview Make the testing overview describe the dev_cli.sh workflow instead of implying that every Cloud Hypervisor build must run in a container. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster --- docs/testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index 901635ed1..e8292802e 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -22,10 +22,10 @@ ## Overview -All Cloud Hypervisor builds and tests run inside a Docker container to -provide a reproducible environment. The main entry point is -`scripts/dev_cli.sh`, which manages the container lifecycle and -forwards arguments to the appropriate test scripts. +Cloud Hypervisor's development script runs builds and tests inside a +Docker container to provide a reproducible environment. The main entry +point is `scripts/dev_cli.sh`, which manages the container lifecycle +and forwards arguments to the appropriate test scripts. The container image is published at `ghcr.io/cloud-hypervisor/cloud-hypervisor` and is automatically