FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b79d2b67 authored by L. Bower's avatar L. Bower
Browse files

updating the docs

parent a3dadc21
No related branches found
No related tags found
No related merge requests found
......@@ -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
^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment