Skip to content

Instantly share code, notes, and snippets.

@AlbertSuarez
Created September 17, 2019 10:05
Show Gist options
  • Save AlbertSuarez/b2f5a2aa75ba19bf07da8187680a3d6d to your computer and use it in GitHub Desktop.
Save AlbertSuarez/b2f5a2aa75ba19bf07da8187680a3d6d to your computer and use it in GitHub Desktop.
Run Swagger editor locally
#!/usr/bin/env bash
docker pull swaggerapi/swagger-editor
docker run -d -p 80:8080 swaggerapi/swagger-editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment