Skip to content

Instantly share code, notes, and snippets.

View jstockdill-ebsco's full-sized avatar

Jon Stockdill jstockdill-ebsco

View GitHub Profile
@jstockdill-ebsco
jstockdill-ebsco / swagger-editor
Created March 7, 2017 20:26
swagger-editor docker script
#!/bin/sh
#
# Starts the local dockerized swagger editor.
# To start the editor, just run the script: it doesn’t take any arguments.
# You can change the port it uses by editing the SE_PORT variable. You need to make it executable:
#
# chmod 755 swagger-editor
#
# then start it with
#