Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created December 5, 2018 05:19
Show Gist options
  • Save xbalaji/bb437193c641a69535aac0ef6bdcbee0 to your computer and use it in GitHub Desktop.
Save xbalaji/bb437193c641a69535aac0ef6bdcbee0 to your computer and use it in GitHub Desktop.
run swagger dillinger in docker containers
#! /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