diff --git a/docs/_source/installation.rst b/docs/_source/installation.rst index 528689e7d89c588cd4e5fd9c752ac173d5e1de53..db3a75c4cd24189686825a6b672bc9c4c6f655c3 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 ^^^^^^^^^^