Skip to content

Commit

Permalink
Merge branch 'dockerTreeNiN'
Browse files Browse the repository at this point in the history
Updates to readme
  • Loading branch information
SebastianMacaluso committed Apr 24, 2019
2 parents 104914c + 62cb088 commit aa59b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install [docker](https://docs.docker.com/install/)
Run the container:
`docker run [options] -i -t smacaluso/treenin:1.0.0 /bin/bash`

If loading external files, we should mount the host file inside the docker container at running time. This will import a copy of the file to the chosen location (it also creates the path inside the container if neccesary), e.g. for macOS:
If loading external files, we should mount the host file inside the docker container at running time. This will import a copy of the file to the chosen location (it also creates the path inside the container if necessary), e.g. for macOS:
`docker run -v [path/to/external/file]:[full/path/to/file/inside/the/container] [options] -i -t smacaluso/treenin:1.0.0 /bin/bash`

Check `docker run --help` for all the options. Some useful `[options]`:
Expand Down

0 comments on commit aa59b65

Please sign in to comment.