Difference between revisions of "Swagger"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "[https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md Docker]") |
Rafahsolis (talk | contribs) m Tag: visualeditor |
||
| Line 1: | Line 1: | ||
| − | [https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md Docker] | + | [https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md Docker]<syntaxhighlight lang="bash"> |
| + | docker run -p 80:8080 -e SWAGGER_JSON=/foo/swagger.json -v /home/rafa/Downloads/swagger/passbolt_openapi_specs:/foo swaggerapi/swagger-ui | ||
| + | </syntaxhighlight> | ||
Latest revision as of 13:45, 24 April 2019
docker run -p 80:8080 -e SWAGGER_JSON=/foo/swagger.json -v /home/rafa/Downloads/swagger/passbolt_openapi_specs:/foo swaggerapi/swagger-ui