Updated Docker (markdown)

master
Dakota Benjamin 2017-05-04 11:03:00 -04:00
rodzic 0b73d66e22
commit 45916ed890
1 zmienionych plików z 1 dodań i 1 usunięć

@ -9,7 +9,7 @@ This method is the fastest and most fool-proof method for running OpenDroneMap.
docker run -it --rm -v $(pwd)/images:/code/images -v $(pwd)/odm_orthophoto:/code/odm_orthophoto -v $(pwd)/odm_georeferencing:/code/odm_georeferencing opendronemap/opendronemap --meshing-size 100000
```
This will pull an ODM docker image from the hub and run through it. Let's break down each part.
This will pull an ODM docker image [from the hub](https://hub.docker.com/r/opendronemap/opendronemap/) and run through it. Let's break down each part.
```
docker run -it --rm