Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 581 Bytes

bin-bagit

bin-bagit is an experiment in building a Docker image containing https://github.com/LibraryOfCongress/bagit-python as a single file binary.

bin-bagit uses:

Usage

Build the image

docker build -t bagit .

Validate a bag

To validate a bag at /home/myname/test in your local filesystem.

docker run --rm -v /home/myname/test:/src:ro -t bagit --validate /src