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