From b79d2b6783d007491e5254eacd5de24bd10f6535 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 5 Mar 2024 10:40:14 +0000
Subject: [PATCH] updating the docs

---
 docs/_source/installation.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/_source/installation.rst b/docs/_source/installation.rst
index 528689e..db3a75c 100644
--- a/docs/_source/installation.rst
+++ b/docs/_source/installation.rst
@@ -180,7 +180,7 @@ Make a copy of the docker launch template file and edit the source dir to match
     cd <install_location>/code/coordinator/configs/docker/run
     cp launchDocker_template.sh launchDocker_<installname>.sh
 
-Launch the docker instance (you will end up inside the docker instance in the “code” dir).
+**Launch the docker instance (you will end up inside the docker instance in the “code” dir).**
 
 .. code-block:: bash
 
@@ -286,8 +286,9 @@ rerun a pipeline, you have to delete the output of the previous run.
 .. admonition:: Ensure the Docker container is running
 
     The following commands run the pipeline by launching a script on a running Docker container. Check the container is
-    running with "docker container ls", you chould see the ews_runner container running. If it is not running, you can run
-    it with "docker start ews_runner".
+    running with "docker container ls -a", you chould see the "ews_runner" container running. If it is not running, you can run
+    it with "docker start ews_runner". Note that the "ews_runner" container will exist because you have created the container while running
+    the "launchDocker_<installname>.sh" script described above.
 
 SurveyData
 ^^^^^^^^^^
-- 
GitLab