Skip to content

icaroseara/docker-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Swagger UI

This Dockerfile packages up Swagger UI and runs it with http-server.

Compatibility

Swagger UI Version OpenAPI Spec compatibility
2.0.24 1.1, 1.2

Setup and Installation

Clone repo and submodules

$ git clone https://github.com/icaroseara/docker-swagger-ui.git

Building the docker container

$ cd docker-swagger-ui

$ docker build -t swagger-ui .

Running the docker container

$ docker run -d -p 80:8080 swagger-ui

Try it out on your favorite browser

Swagger ui is running at: http://localhost

About

Dockerized Swagger UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages