Skip to content

Commit 17a2100

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1953c06 + 355677f commit 17a2100

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,18 @@ To pull the docker image from Docker Hub, do
2727
docker pull bids/mindboggle
2828
```
2929

30-
To run the docker, do
30+
To run the docker, do:
3131

3232
```
33-
docker run -ti -v /path/to/bids_dir:/root/data bids/mindboggle /root/input /root/output/ participant
33+
docker run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data/derivatives/ participant
3434
```
3535

36+
Its important to mount to a directory in `/home/jovyan/` because you are not root in this Docker image.
37+
3638
To use bash:
3739

3840
```
39-
docker run -ti -v /Users/keshavan/Downloads/mindboggle_input_example/bids:/root/data --entrypoint /bin/bash bids/mindboggle
41+
docker run -ti -v /Users/keshavan/Downloads/mindboggle_input_example/bids:/home/jovyan/work/data --entrypoint /bin/bash bids/mindboggle
4042
```
4143

4244
For developers, you can make changes to the Dockerfile, and build the docker image, by running

0 commit comments

Comments
 (0)