From 62cb08862de8b060c239a732a03f199da7711284 Mon Sep 17 00:00:00 2001 From: SebastianMacaluso Date: Wed, 24 Apr 2019 17:34:55 -0400 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3856e..7f42acf 100644 --- a/README.md +++ b/README.md @@ -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]`: