Skip to content

Commit 6afed3c

Browse files
author
gitliver
committed
tiny
1 parent 4fabe98 commit 6afed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Now we're ready to go. Run docker as:
192192
docker run -v /home/ubuntu/fordocker/ref:/home/ref -v /home/ubuntu/fordocker/results:/home/results pandoraslim
193193
```
194194

195-
The idea here is to pass our local `ref` and `results` directories to Docker. When Docker is finished running, the results will be in the `results` folder on our local computer (or instance).
195+
The idea here is to pass our local `ref` and `results` directories to Docker. When Docker is finished running, the results will be in the `results` folder on our local computer (or instance). A note about the above command: the filepath `/home/ubuntu/fordocker/ref` may vary according to where you copy the `fordocker` directory; however, the `/home/ref` filepath is fixed.
196196

197197
If (for some reason) you want to run Docker interactively, you can do that as:
198198

0 commit comments

Comments
 (0)