File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ To pull the docker image from Docker Hub, do
2727docker 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+
3638To 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
4244For developers, you can make changes to the Dockerfile, and build the docker image, by running
You can’t perform that action at this time.
0 commit comments