Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemanlx/openapi-spec-validator
Docker image for opeanapi-spec-validator
https://github.com/zemanlx/openapi-spec-validator
docker openapi-validation openapi3
Last synced: 8 days ago
JSON representation
Docker image for opeanapi-spec-validator
- Host: GitHub
- URL: https://github.com/zemanlx/openapi-spec-validator
- Owner: zemanlx
- License: mit
- Created: 2018-05-18T12:48:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T12:55:45.000Z (over 6 years ago)
- Last Synced: 2024-12-11T13:08:54.904Z (2 months ago)
- Topics: docker, openapi-validation, openapi3
- Language: Shell
- Homepage: https://hub.docker.com/r/zemanlx/openapi-spec-validator/
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for opeanapi-spec-validator
Images are based on Python on Alpine and contains only added [openapi-spec-validator](https://github.com/p1c2u/openapi-spec-validator).
Tags are copying validator version.
## Usage
Lets say that your OpenAPI specification is in your current folder in folder `spec` in file `openapi.yaml`. To validate it run
```bash
docker run \
--rm \
--volume ${PWD}/spec:/spec \
zemanlx/openapi-spec-validator:0.2.0 \
/spec/openapi.yaml
```