From d7a15dd12a018d5a45c7de96b336771bab9cbc35 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Wed, 14 Dec 2022 10:45:23 -0500 Subject: [PATCH] Clarify removal of containers shouldn't remove tutorial Signed-off-by: Michael Irwin Resolves #28 --- docs/tutorial/using-bind-mounts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 9039e92..7fe2aab 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -34,7 +34,7 @@ To run our container to support a development workflow, we will do the following So, let's do it! -1. Make sure you don't have any previous `getting-started` containers running. +1. Make sure you don't have any of your own `getting-started` containers running (only the tutorial itself should be running). 1. Also make sure you are in app source code directory, i.e. `/path/to/getting-started/app`. If you aren't, you can `cd` into it, .e.g: