Dockerized OpenAPI documentation viewer. Swagger UI, Redoc, Stoplight Elements, RapiDoc and Scalar in one image.
Docker image bundling multiple OpenAPI/Swagger documentation renderers. Point any viewer at your spec via ?url= parameter. All assets are bundled locally, no CDN calls at runtime.
| Swagger UI | ||
![]() | ||
/swagger/?url=<spec> | Classic interactive API explorer | swagger.io |
| Redoc | ||
![]() | ||
/redoc/?url=<spec> | Clean, responsive, three-panel documentation | Redocly |
| Stoplight Elements | ||
![]() | ||
/elements/?url=<spec> | Modern API documentation with try-it-out | Stoplight |
| RapiDoc | ||
![]() | ||
/rapidoc/?url=<spec> | Web component based API docs with customizable themes | RapiDoc |
| Scalar | ||
![]() | ||
/scalar/?url=<spec> | Beautiful, modern API reference | Scalar |
docker run \
--rm \
-p 8000:8000 \
dockette/apidoc
Then open:
services:
apidoc:
image: dockette/apidoc
ports:
- "8000:8000"
docker compose up
make build
make run
See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.
Content type
Image
Digest
sha256:03cc53a4c…
Size
103.9 MB
Last updated
3 months ago
docker pull dockette/apidocPulls:
8
Last week