Skip to content

Commit 0435df6

Browse files
authored
Update README.md
1 parent 8c7b667 commit 0435df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ We recommend that you setup NodeMICMAC using [Docker](https://www.docker.com/).
7676

7777
* Docker image build:
7878
```
79-
docker build -t opendronemap/node-micmac .
79+
docker build -t opendronemap/nodemicmac .
8080
```
8181

8282
* From the Docker Quickstart Terminal (Windows / OSX) or from the command line (Linux) type:
8383
```
84-
docker run -p 3000:3000 opendronemap/node-micmac
84+
docker run -p 3000:3000 opendronemap/nodemicmac
8585
```
8686

8787
* If you're on Windows/OSX, find the IP of your Docker machine by running this command from your Docker Quickstart Terminal:
@@ -243,7 +243,7 @@ You can use [CloudODM](https://github.com/OpenDroneMap/CloudODM) to run tasks wi
243243
If you want to store results on a separate drive, map the `/var/www/data` folder to the location of your drive:
244244

245245
```bash
246-
docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/node-micmac
246+
docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/nodemicmac
247247
```
248248

249249
This can be also used to access the computation results directly from the file system.

0 commit comments

Comments
 (0)