File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
243243If 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
249249This can be also used to access the computation results directly from the file system.
You can’t perform that action at this time.
0 commit comments