Skip to content

Commit f501fa3

Browse files
committed
add dockertoolbox instructions
1 parent 37b5e3b commit f501fa3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/contributors.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ We can start a docker container using the image we built (``fmriprep_devel``)::
150150

151151
$ docker run -it -p 127.0.0.1:8445:8080 -v ${PWD}:/src/fmriprep fmriprep_devel:latest
152152

153+
.. Note::
154+
155+
If you are using Docker-Toolbox, you will need to change your virtualbox settings
156+
using `these steps as a guide
157+
<https://github.com/jdkent/tutDockerRstudio#additional-setup-for-docker-toolbox>`_.
158+
For step ``6``, instead of ``Name = rstudio; Host Port = 8787; Guest Port = 8787``,
159+
have ``Name = code-server; Host Port = 8443; Guest Port = 8080``.
160+
Then in the docker command above, change ``127.0.0.1:8445:8080``
161+
to ``192.168.99.100:8445:8080``.
162+
153163
If the container started correctly, you should see the following on your console::
154164

155165
INFO Server listening on http://localhost:8080

0 commit comments

Comments
 (0)