Skip to content

Quickstart with Docker

Isuru Liyanage edited this page Apr 27, 2021 · 5 revisions
  1. Make sure you have Docker available in your local machine
  2. Clone the repository (alternatively, you can download the repository from here)
git clone https://github.com/elixir-europe/biovalidator.git
  1. Go to the repository directory
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