Sign inSign up

mckaynz/swagger-multi

By mckaynz

Updated about 10 years ago

Swagger UI with multiple APIs (in Docker) (for Mckay Software)

Image
0

1.2K

mckaynz/swagger-multi repository overview

Swagger UI with multiple APIs

...in a Docker container.

...for McKay Software.

Usage (for McKay)

$ docker run -dp 1234:8080 mckaynz/swagger-multi

Customisation (for McKay)

Change the files in this repo, commit, and wait for the build to finish.

Usage and customisation (for others)

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

Tag summary

Content type

Image

Digest

sha256:c4f2f8a32

Size

3.4 MB

Last updated

about 10 years ago

docker pull mckaynz/swagger-multi