Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 4.71 KB

README.md

File metadata and controls

53 lines (40 loc) · 4.71 KB

TeamDigitale-publiccode TeamDigitale-reuse

License GitHub issues

Docker build Docker Automated build Docker Image Size (latest semver) Docker Pulls

qml-validator Version CircleCI | GitHub

This tool validate an XML file with QuakeML-1.2.xsd schema.

Quickstart

Docker image

To obtain qml-validator docker image, you have two options:

1) Get built image from DockerHub (preferred)

Get the last built image from DockerHub repository:

$ docker pull ingv/qml-validator

2) Build by yourself

First, clone the git repository

$ git clone https://github.com/INGV/qml-validator.git
$ cd qml-validator
$ docker build --tag ingv/qml-validator .

in case of errors, try:

$ docker build --no-cache --pull --tag ingv/qml-validator .

Run docker

$ docker run -it --rm -v $(pwd)/your_file_to_validate.xml:/opt/input.xml ingv/qml-validator

Example screenshot

alt text

Contribute

Please, feel free to contribute.

Author

(c) 2019 Valentino Lauciani valentino.lauciani[at]ingv.it

Istituto Nazionale di Geofisica e Vulcanologia, Italia