Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

Dockerized swagger.ui dashboard

Stack

Bundled Swagger UI served by Nginx running on top of lightweight Alphine Linux.

Usage

docker run --rm -it --log-driver none \
       -p 8080:8080 \
       -v $(pwd)/opt/swagger.json:/etc/swagger/swagger.json \
       jancajthaml/swagger:latest nginx