From 45916ed890069c697eb082b94374cee0045c03e7 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Thu, 4 May 2017 11:03:00 -0400 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index f1602f5..6cc95cc 100644 --- a/Docker.md +++ b/Docker.md @@ -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