From 212fac13e2b5091ddde9922f3e1a43a099ddadea Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 4 Apr 2022 11:06:34 -0400 Subject: [PATCH] docker-compose: Document containerized nodes Signed-off-by: Zack Cerza --- docs/docker-compose/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docker-compose/README.md b/docs/docker-compose/README.md index eae95c8361..0bec88cc04 100644 --- a/docs/docker-compose/README.md +++ b/docs/docker-compose/README.md @@ -23,6 +23,10 @@ In both cases, the teuthology container will be built with code from the reposit For Docker installation see: https://docs.docker.com/get-docker/ +### Using Containerized Nodes + +There's nothing special to do; see [Running Tests](#running) + ### Using an Existing Lab This document assumes you have access to the lab that you intend to use, and that you're already familiar with its VPN and SSH infrastructure. @@ -66,7 +70,7 @@ export ANSIBLE_INVENTORY_REPO="https://github.com/ceph/ceph-sepia-secrets" ``` This repo will be cloned locally, using your existing `git` configuration, and copied into the teuthology container at build time. -## Running Tests +## Running Tests {#running} When you are ready to run tests: ```bash -- 2.39.5