Skip to content

Quickstart with Docker

Isuru Liyanage edited this page Apr 26, 2021 · 5 revisions
  1. Make sure you have git client and Docker available in your local machine
  2. Clone and move to the repository directory
git clone https://github.com/elixir-europe/biovalidator.git
cd biovalidator
  1. Pull the docker image
docker pull quay.io/ebi-ait/biovalidator:1.0.0
  1. Run using given examples in the repository
docker run quay.io/ebi-ait/biovalidator:1.0.0 --schema=./examples/schemas/test-schema.json --json=./examples/objects/test-schema-valid.json
Clone this wiki locally