flaviostutz / sentinelloader

Sentinel-2 satellite tiles images downloader from Copernicus. Minimizes data download and combines multiple tiles to return a single area of interest.
MIT License
44 stars 18 forks source link

Docker Usage Sample #5

Closed webmap2015 closed 4 years ago

webmap2015 commented 4 years ago

Hi, I want to run this project on docker image.

When I run "docker-compose up", it give error "ERROR: Couldn't find env file: /home/User/sentinelloader/.env"

I decided to run with Dockerfile "docker build -t flaviostutz/sentinelloader ." and it created docker image.

So, I need a command sample to run this project on docker image for downloading "Level 1C tci.jp2".

Could you help ?

Thanks.

flaviostutz commented 4 years ago

Hi, @webmap2015! I've just updated README with instructions for running sentinelloader with containers. Could you please test it?

webmap2015 commented 4 years ago

It's working good.

Thanks.