Last active
February 28, 2020 05:16
-
-
Save workze/5ea739b325adeae9369ce7974e6fbe49 to your computer and use it in GitHub Desktop.
swagger docker
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
docker pull swaggerapi/swagger-editor | |
docker run -d -p 8080:8080 swaggerapi/swagger-editor | |
docker pull mermade/openapi-gui | |
docker run --name openapi-gui -p 8080:3000 -d mermade/openapi-gui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment