Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

metadata_harvester

This repository contains Dockerfile of metadata_harvesting for Docker's automated build published to the public Docker Hub Registry.

Informations

Metadata_harvester is a collection of scripts that handle the harvesting of USGS metadata from different providers

Run image from docker hub

docker run -dti tudorgarbulet/metadata_harvester

Build from source

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

Usage

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.