From 82380cb16ad8b89923eedc34ce0c0ac0b0d087ef Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 11 Jan 2018 14:01:09 -0500 Subject: [PATCH] Reworded docker installation instructions --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43916b4b..444bbf83 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,16 @@ cd WebODM ./webodm.sh start ``` -* If using Docker for Windows, open a browser and go to `http://localhost:8000/`. Docker Toolbox users can find the IP of your Docker machine by running this command from your Docker Quickstart Terminal: +* Open a Web Browser to `http://localhost:8000` (unless you are on Windows using Docker Toolbox, see below) + +Docker Toolbox users need to find the IP of their docker machine by running this command from the Docker Quickstart Terminal: ```bash docker-machine ip +192.168.1.100 (your output will be different) ``` -Linux / Mac, users can connect to 127.0.0.1. - -* Open a Web Browser to `http://:8000` +The address to connect to would then be: `http://192.168.1.100:8000`. To stop WebODM press CTRL+C or run: