developmentseed / geolambda

Create and deploy Geospatial AWS Lambda functions
MIT License
302 stars 85 forks source link

Add example docker run command #25

Closed wildintellect closed 5 years ago

wildintellect commented 7 years ago

The Readme describes how to get the docker image, but not how to use docker to create the deployment zip. For those not very familiar with docker this is quite confusing.

The following works, and clearly runs, but the resulting zip is not on the host system. It needs some sort of volume mounted, but the internal path is not clear. docker run developmentseed/geolambda:min lambda-package.sh

matthewhanson commented 5 years ago

GeoLambda has been refactored and things work quite a bit differently now. A 1.1.0b1 has been published with a final version coming soon that I think resolves these issues. Please see the develop branch for the latest and create any new issues as needed, thanks!