Images are automatically built with a CI pipeline on github. They are available under the name :
- seatizendoi/zenodo-manager:latest
- seatizendoi/zenodo-monitoring:latest
If you want to run docker image from dockerhub add seatizendoi/ to the beginning of image name.
But you can build them yourself :
The goal of this docker image is to be a ready-made environment to easily run scripts.
Build command :
docker build -f Dockerfile.manager -t zenodo-manager:latest .
Run command :
docker run -it --user 1000 --rm \
-v ./seatizen_atlas_folder/:/home/seatizen/app/seatizen_atlas_folder \
-v ./plancha_test:/home/seatizen/plancha \
-v ./inputs:/home/seatizen/app/csv_inputs \
--name zenodo-manager seatizendoi/zenodo-manager:latest bash
This image docker is a dash server which allows you to view and interact with geopackage data.
Build command :
docker build -f Dockerfile.monitoring -t zenodo-monitoring:latest .
Run command
docker run --rm -v ./seatizen_atlas_folder/:/app/seatizen_atlas_folder --name zenodo-monitoring -p 8050:8050 seatizendoi/zenodo-monitoring:latest