Browse Source

instructions

Claudio Gomes 6 years ago
parent
commit
bb4a5a673a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ This repository contains the materials that are used in the Co-simulation tutori
 
 1. Build the docker image: `docker build -t jupyter .` This will download all dependencies you need to run the examples. You might need root access.
 
-1. Note the host's ip address by running: `docker-machine ip`. Let us denote it by `MACHINE_IP`
+1. If you are running docker on windows, you might need to note the host's ip address by running: `docker-machine ip`. Let us denote it by `MACHINE_IP`. If this step fails, you might need to run the next step to start the docker machine first.
 
 1. Run the docker container: `docker run --name jupyterrun -p 8888:8888 -t jupyter`. This will start a container with name `jupyterrun` of the image tagged with `jupyter` and will forward any traffic going into port 8888 (in the host machine) to the same port in the virtual machine. Let `TOKEN` denote the token given.