diff --git a/README.html b/README.html index 6efe21d66b14fb4a2c72d1565976324f68cf7e65..7a2a80ef1c5cd536120cc3108d8681b9b29a2b93 100644 --- a/README.html +++ b/README.html @@ -184,7 +184,7 @@ </ul> <h5 id="running-the-docker-image">Running the Docker Image</h5> <ul> -<li><code>docker run -it -v "$PWD"/ :/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark</code></li> +<li><code>docker run -it -v "$PWD"/docker-results:/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark</code></li> <li>This makes the results and diagrams available outside the container in the directories <code>docker-results</code> and <code>docker-diagrams</code> respectively</li> <li>Once running, a command prompt is opened and some information is displayed</li> <li>Follow the instructions below</li> diff --git a/README.md b/README.md index 750ba78685ef8e2d8cce4aaf4b67d0634fb72afc..104d52e2531609eeb36df0379729a34ee99852ff 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa ##### Running the Docker Image -- `docker run -it -v "$PWD"/ :/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark` +- `docker run -it -v "$PWD"/docker-results:/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark` - This makes the results and diagrams available outside the container in the directories `docker-results` and `docker-diagrams` respectively - Once running, a command prompt is opened and some information is displayed - Follow the instructions below diff --git a/README.txt b/README.txt index 750ba78685ef8e2d8cce4aaf4b67d0634fb72afc..104d52e2531609eeb36df0379729a34ee99852ff 100644 --- a/README.txt +++ b/README.txt @@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa ##### Running the Docker Image -- `docker run -it -v "$PWD"/ :/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark` +- `docker run -it -v "$PWD"/docker-results:/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark` - This makes the results and diagrams available outside the container in the directories `docker-results` and `docker-diagrams` respectively - Once running, a command prompt is opened and some information is displayed - Follow the instructions below