This module is mainly intented to process Sentinel-2 images. To work easily, the raster layers were pre-processed to have a human-readable names. Because of that, before working with this API please check Sentinel Scrips to clean the raster.
docker run --rm -it -v $(pwd):/home/project -w /home/project paulabeatrizolmedo/image-processor bash
Once inside the container, execute the entrypoint file, with the corresponding options (see entrypoint --help)
docker run --rm -it -v $(pwd):/home/project -w /home/project -p 8888:8888 -t paulabeatrizolmedo/ip-jupyter