This repository contains Dockerfile of metadata_harvesting for Docker's automated build published to the public Docker Hub Registry.
Metadata_harvester is a collection of scripts that handle the harvesting of USGS metadata from different providers
docker run -dti tudorgarbulet/metadata_harvester
Clone github repo:
git clone https://github.com/USGS-SDM/metadata_harvester
cd metadata_harvester
docker build -t "metadata_harvester" .
docker run -dti metadata_harvester
You can ssh into the running container by running the following:
docker exec -it <image_hash> /bin/bash
To get the image hash, run docker ps
.