From 7a58044d82dcac490012c160c8854e2b25acfd40 Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Wed, 5 Jun 2024 09:57:35 +0100 Subject: [PATCH] (CDPE-6290)-update readme with code mount dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b75e5..e64c7e7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Running -You can use this container by running `docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools ` where `` is any of the ones listed below. +This container is designed to run commands against control repos or modules that you want to test. It assumes that the repo code is mounted to /repo inside the container. To run test commands, from the root of a repo you want to test, run docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools where is any of the ones listed below. ## Supported Commands