Swagger UI with multiple APIs (in Docker) (for Mckay Software)
1.2K
...in a Docker container.
...for McKay Software.
$ docker run -dp 1234:8080 mckaynz/swagger-multi
Change the files in this repo, commit, and wait for the build to finish.
Either fork this repo, edit files, and set up your own automated build, or bind your customisations using file volumes at runtime, e.g.:
$ docker run -dp 1234:8080 \
-v /path/to/your/apis.js:/app/apis.js \
-v /other/custom/css:/app/css/extra.css \
-v /etc/etera:/app/foobar \
mckaynz/swagger-multi
Content type
Image
Digest
sha256:c4f2f8a32…
Size
3.4 MB
Last updated
about 10 years ago
docker pull mckaynz/swagger-multi