From 7854d4fcf95cbb8f81acb36c9f1f8bcadf265c28 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@garr.it> Date: Sat, 5 Aug 2023 14:04:28 +0200 Subject: [PATCH] Fixed README-Docker.rst --- README-Docker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-Docker.rst b/README-Docker.rst index efb6e33..35099c6 100644 --- a/README-Docker.rst +++ b/README-Docker.rst @@ -73,11 +73,11 @@ We'll respect `Semantic Versioning`_. 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`` -* Instance ECCS with: +* Instance ECCS: * ``cd eccs/`` @@ -89,7 +89,7 @@ Use the ECCS Docker container * ``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`` -- GitLab