Difference between revisions of "Swagger"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "[https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md Docker]")
 
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

docker run -p 80:8080 -e SWAGGER_JSON=/foo/swagger.json -v /home/rafa/Downloads/swagger/passbolt_openapi_specs:/foo swaggerapi/swagger-ui