Container with Rebilly/ReDoc - OpenAPI/Swagger-generated API Reference Documentation
docker run -i \
-p 80:80 \
-t marciocamurati/redoc
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