Swagger application customized to function in a docker container and designed for Nexenta Edge
429
Nexenta Edge Swagger is an interface to Nexenta Edge REST API.
For more information on Swagger visit http://swagger.io/
Nexenta provides a Swagger front-end to the NexentaEdge management REST API. Using the browser based Swagger interface, you can configure and retrieve information about the NexentaEdge cluster.
Install Docker onto you system For Docker Linux systems configuration and installation refer to DockerDocs
Pull nexenta/nedge-swagger Docker image from dockerhub using command:
$docker pull nexenta/nedge-swagger
$ docker run -p 80:8080 nexenta/nedge-swagger
In browser address bar type: http:///dist/index.html
In the URL field, enter: http://:8080/v2/swagger.json
is the IP of NexentaEdge management node.
In the Username/password fields, enter NexentaEdge management user credentials.
$ Docker ps
$ Docker stop <Container ID>
Content type
Image
Digest
Size
147.5 MB
Last updated
almost 10 years ago
docker pull nexenta/nedge-swagger