Skip to content

Instantly share code, notes, and snippets.

@xieyunzi
Created July 27, 2018 10:27
Show Gist options
  • Save xieyunzi/c2862181286c2477c1432090dd8d122a to your computer and use it in GitHub Desktop.
Save xieyunzi/c2862181286c2477c1432090dd8d122a to your computer and use it in GitHub Desktop.
mac docker swagger-ui
curl -o /tmp/api.json http://127.0.0.1:80/docs/swagger.json && docker run -p 8099:8080 -e SWAGGER_JSON=/tmp/api.json -v /tmp/api.json:/tmp/api.json swaggerapi/swagger-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment