Skip to content

Commit

Permalink
Merge pull request #28 from ExposuresProvider/tutorial-docker-run-com…
Browse files Browse the repository at this point in the history
…mand-fix

fixed the docker run command line volume mount in tutorial
  • Loading branch information
jjgarciac authored Jun 7, 2024
2 parents fb23bbe + c74fc39 commit 20b7de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/10-FHIRPIT.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ echo "$WORK_DIR/data/output"
Run FHIR PIT in a docker container with -v. This will allow the output data to persist and be easily accessible by users on the host.

```{bash}
docker run -m="4g" -v "$WORK_DIR/data/output":"$WORK_DIR/data/output" renci/fhir-pit:1.0
docker run -m=4g -v "$WORK_DIR/data/output":"/FHIR-PIT/data/output" renci/fhir-pit:1.0
```

### Step 2. Access and analyze results {#step-2}
Expand Down

0 comments on commit 20b7de1

Please sign in to comment.