Skip to content

marciocamurati/docker-redoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rebilly/ReDoc Docker image

Container with Rebilly/ReDoc - OpenAPI/Swagger-generated API Reference Documentation

how to run

with pet example

docker run -i \
    -p 80:80 \
    -t marciocamurati/redoc

with custom swagger.yaml

You need a folder where your swagger.yaml is placed. It has to be named swagger.yaml.

docker run -i \
    -p 8000:8000 \
    -v /path/to/folder:/usr/share/nginx/html/data \
    -t marciocamurati/redoc

references

About

Rebilly/ReDoc Docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages