Reworded docker installation instructions

pull/382/head
Piero Toffanin 2018-01-11 14:01:09 -05:00 zatwierdzone przez GitHub
rodzic 2888b390f5
commit 82380cb16a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -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://<yourDockerMachineIp>:8000`
The address to connect to would then be: `http://192.168.1.100:8000`.
To stop WebODM press CTRL+C or run: