Run docker-compose up with the b/m docker-compose.yml and test endpoint with b/m API, body and check against expected results
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'
check that your docker containers are running then, go to http://localhost/swagger/
supports file uploads (probably used for swagger only)
Content type
Image
Digest
Size
22.6 MB
Last updated
over 6 years ago
docker pull echizen321/swaggerapi-swagger-ui