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.
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
See the LICENSE file for license rights and limitations.