From 536efcedba4aa4ced7fd877bde5951bb7e0ce51d Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Fri, 5 Oct 2018 22:11:30 +0200 Subject: [PATCH] fix bug in readme --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 6efe21d66..7a2a80ef1 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 750ba7868..104d52e25 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 750ba7868..104d52e25 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 -- GitLab