Docker container with Alpine Linux, Java and json-schema-validator.
10K+
Docker container with Alpine Linux, Java and json-schema-validator.
json-schema-validator is a JSON Schema validation implementation in Java.
To pull:
$ docker pull miy4/json-schema-validator
To build:
$ git clone https://github.com/miy4/docker-json-schema-validator.git
$ cd docker-json-schema-validator
$ docker build -t miy4/json-schema-validator .
$ docker run -v ${PWD}:/work -w /work --rm [JSON_SCHEMA_VALIDATOR_ARGUMENTS]
# or
$ /path/to/run-json-schema-validator [JSON_SCHEMA_VALIDATOR_ARGUMENTS]
docker run and run-json-schema-validator accept and pass a set of parameters to json-schema-validator CLI.
You can see command help (docker run ... --help or run-json-schema-validator --help) for more details.
MIT
Content type
Image
Digest
sha256:df78f9b84…
Size
73.9 MB
Last updated
about 4 years ago
docker pull miy4/json-schema-validator