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

Updated README-Docker.rst

parent 7854d4fc
No related branches found
No related tags found
No related merge requests found
...@@ -89,14 +89,18 @@ Use the ECCS Docker container ...@@ -89,14 +89,18 @@ Use the ECCS Docker container
* ``2.1.0`` * ``2.1.0``
* (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``
* Run ECCS script: * Run ECCS script:
* ``docker exec -it -w /home/eccs eccs ./cleanAndRunEccs.sh > logs/eccs-cron.log 2>&1`` * ``docker exec -it -w /home/eccs eccs ./cleanAndRunEccs.sh > logs/eccs-cron.log 2>&1``
* Open ECCS Web Interface on your browser:
* ``http://0.0.0.0:80/eccs``
* (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``
* (if needed) Stops containers and removes containers, networks, volumes, and images created by ``up`` compose action: * (if needed) Stops containers and removes containers, networks, volumes, and images created by ``up`` compose action:
* ``docker compose -f docker-compose-<ECCS_VERSION>.yml down`` * ``docker compose -f docker-compose-<ECCS_VERSION>.yml down``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment