Sign inSign up

swaggerapi/swagger-schema

By swaggerapi

Updated about 9 years ago

Docker image to serve up the OpenAPI Specification / Swagger Schema

Image
0

1.5K

swaggerapi/swagger-schema repository overview

Supported tags
  • latest

For more information about this image and the functionality it provides, please see the swagger-schema GitHub repository.

Usage

Expose port 8080 from the image. You can then access the web service directly from a browser.

Example
docker pull swaggerapi/swagger-schema
docker run -d -p 80:8080 swaggerapi/swagger-schema

You can now access the official JSON Schema document on your machine via 80:

curl localhost/v2/schema.json

Tag summary

Content type

Image

Digest

Size

252.7 MB

Last updated

about 9 years ago

docker pull swaggerapi/swagger-schema