Skip to content
Snippets Groups Projects
Commit 536efced authored by Johannes Mey's avatar Johannes Mey
Browse files

fix bug in readme

parent 67761dc5
Branches
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</ul> </ul>
<h5 id="running-the-docker-image">Running the Docker Image</h5> <h5 id="running-the-docker-image">Running the Docker Image</h5>
<ul> <ul>
<li><code>docker run -it -v &quot;$PWD&quot;/ :/trainbenchmark/results:Z -v &quot;$PWD&quot;/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark</code></li> <li><code>docker run -it -v &quot;$PWD&quot;/docker-results:/trainbenchmark/results:Z -v &quot;$PWD&quot;/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>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>Once running, a command prompt is opened and some information is displayed</li>
<li>Follow the instructions below</li> <li>Follow the instructions below</li>
......
...@@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa ...@@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa
##### Running the Docker Image ##### 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 - 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 - Once running, a command prompt is opened and some information is displayed
- Follow the instructions below - Follow the instructions below
......
...@@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa ...@@ -163,7 +163,7 @@ However, since there are some software requirements imposed by the benchmark, pa
##### Running the Docker Image ##### 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 - 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 - Once running, a command prompt is opened and some information is displayed
- Follow the instructions below - Follow the instructions below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment