Sign inSign up

echizen321/swaggerapi-swagger-ui

By echizen321

Updated over 6 years ago

Image
0

225

echizen321/swaggerapi-swagger-ui repository overview

Usage

Run docker-compose up with the b/m docker-compose.yml and test endpoint with b/m API, body and check against expected results

docker-compose.yml
version: '3'

services:
    swagger-ui:
        image: echizen321/swaggerapi-swagger-ui
        ports:
            - '80:8080'
        environment:
            - BASE_URL=/swagger
            - SWAGGER_JSON=/json/swagger.json
        volumes:
            - '/home/plato/Desktop/swagger:/json'
docker-compose parameters
  1. SWAGGER_JSON combined with volume: path to your swagger json file
API

check that your docker containers are running then, go to http://localhost/swagger/

supports file uploads (probably used for swagger only)

Tag summary

Content type

Image

Digest

Size

22.6 MB

Last updated

over 6 years ago

docker pull echizen321/swaggerapi-swagger-ui