File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,16 @@ We can start a docker container using the image we built (``fmriprep_devel``)::
150
150
151
151
$ docker run -it -p 127.0.0.1:8445:8080 -v ${PWD}:/src/fmriprep fmriprep_devel:latest
152
152
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
+
153
163
If the container started correctly, you should see the following on your console::
154
164
155
165
INFO Server listening on http://localhost:8080
You can’t perform that action at this time.
0 commit comments