Skip to content

A Docker image which serves ReDoc documentation

Notifications You must be signed in to change notification settings

tyraeltong/docker-redoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-redoc

A Docker image which serves ReDoc documentation.

To serve swagger.yaml in the current directory:

$ docker run bfirsh/redoc -p 80:80 -v $(PWD)/swagger.yaml:/usr/share/nginx/html/swagger.yaml

And it'll be running at http://localhost.

About

A Docker image which serves ReDoc documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 78.7%
  • Shell 21.3%