Skip to content
Snippets Groups Projects
Commit 7854d4fc authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed README-Docker.rst

parent 1bb3f4b2
No related branches found
No related tags found
No related merge requests found
...@@ -73,11 +73,11 @@ We'll respect `Semantic Versioning`_. ...@@ -73,11 +73,11 @@ We'll respect `Semantic Versioning`_.
Use the ECCS Docker container Use the ECCS Docker container
----------------------------- -----------------------------
* Create the `eccs` directory with the required directories by bind mounts with: * Create the ``eccs`` directory with the directories required by bind mounts:
* ``mkdir -p eccs/output eccs/html eccs/logs eccs/selenium-logs`` * ``mkdir -p eccs/output eccs/html eccs/logs eccs/selenium-logs``
* Instance ECCS with: * Instance ECCS:
* ``cd eccs/`` * ``cd eccs/``
...@@ -89,7 +89,7 @@ Use the ECCS Docker container ...@@ -89,7 +89,7 @@ Use the ECCS Docker container
* ``2.1.0`` * ``2.1.0``
* (optional) Delete last results with: * (optional) Delete last results:
* ``docker exec -it -w /home/eccs/ eccs rm -rf html/$(date +%Y-%m-%d) output/eccs_$(date +%Y-%m-%d).log logs/*_$(date +%Y-%m-%d).log`` * ``docker exec -it -w /home/eccs/ eccs rm -rf html/$(date +%Y-%m-%d) output/eccs_$(date +%Y-%m-%d).log logs/*_$(date +%Y-%m-%d).log``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment