Created
December 5, 2018 05:19
-
-
Save xbalaji/bb437193c641a69535aac0ef6bdcbee0 to your computer and use it in GitHub Desktop.
run swagger dillinger in docker containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
docker run -d --name swagger -p 8080:8080 swaggerapi/swagger-editor | |
docker run -d --name dillinger -p 8090:8080 --restart="always" joemccann/dillinger:3.24.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment