Skip to content

djjuhasz/bin-bagit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

`bin-bagit` builds a docker image containing a single file binary built from https://github.com/LibraryOfCongress/bagit-python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published