Skip to content

umd-lib/csv-validator-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

csv-validator-docker

csv-validator-docker provides a Docker build for the csv-validator tool provided by The National Archives of the UK.

The University of Maryland Libraries has forked this repository from blastrain/csv-validator in order to deploy the Docker container with a tagged version, rather than just 'latest' as provided at https://hub.docker.com/r/knocknote/csv-validator/tags.

Building the Docker Image

To build the Docker image named "csv-validator":

> docker build -t csv-validator .

To run the freshly built Docker container:

> docker run -it --rm csv-validator validate --help

License

See the LICENSE file for license rights and limitations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%