Skip to content

Commit 9c433e8

Browse files
authored
Update README's docker command's --entrypoint
docker run --rm -ti -v $HOST:$DOCK --entrypoint=/neurodocker/startup.sh nipy/mindboggle
1 parent 12ff561 commit 9c433e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ on the cortical surfaces and in the cortical and non-cortical volumes
133133
1. Enter the Docker container's bash shell to run ``recon-all``,
134134
``antsCorticalThickness.sh``, and ``mindboggle`` commands::
135135

136-
docker run --rm -ti -v $HOST:$DOCK --entrypoint /bin/bash nipy/mindboggle
136+
docker run --rm -ti -v $HOST:$DOCK --entrypoint=/neurodocker/startup.sh nipy/mindboggle
137137

138138
2. Recommended: reset environment variables as above within the Docker container::
139139

0 commit comments

Comments
 (0)