fahadash / qpp-conversion-docker-cli

Easy to use container image builder that makes running QPP conversion tool command line easier without requiring Java or Maven on your local computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use:

Launch bash or powershell, change directory into the cloning directory and run the following command to build a container

docker build -t qpp-conversion-cli:latest ./

Create a local directory on your computer where you keep your QRDA files for validation, following example assumes that your directory is /tmp/qrda-files or c:\temp\qrda-files in windows.

docker run --rm -v /tmp/qrda-files:/qrda qpp-conversion-cli filename.xml

In the above example, the filename.xml must be a QRDA file you want to validate and it must exist in your path (/tmp/qrda-files or c:\temp\qrda-files for windows).

At the end of each run, the resultant file will be copied to /results directory under your qrda-files directory.

About

Easy to use container image builder that makes running QPP conversion tool command line easier without requiring Java or Maven on your local computer


Languages

Language:Shell 75.0%Language:Dockerfile 25.0%