Creates a zip swaggerui with a local swagger spec
1.8K
This Docker image is used to generate a static SwaggerUI which contains the swagger specification file as part of the hosted file collection.
After modifying the swaggerUI constructor all files are zipped and exported to
/app/outdir/apidoc.zip
docker run --rm \
-v "<SwaggerSpecFileDir>:/app/indir" \
-v "<DocOutput>:/app/outdir" \
-e SWAGGER_JSON=/app/indir/<SwaggerSpecFile> \
codeontap/swaggerui-export
Content type
Image
Digest
Size
34.9 MB
Last updated
about 5 years ago
docker pull codeontap/swaggerui-export