Sign inSign up

nexenta/nedge-swagger

By nexenta

Updated almost 10 years ago

Swagger application customized to function in a docker container and designed for Nexenta Edge

Image
0

429

nexenta/nedge-swagger repository overview

Nexenta Edge Swagger Docker Container

Introduction

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.

Installation
  1. Install Docker onto you system For Docker Linux systems configuration and installation refer to DockerDocs

  2. Pull nexenta/nedge-swagger Docker image from dockerhub using command: $docker pull nexenta/nedge-swagger

Run Instructions

$ docker run -p 80:8080 nexenta/nedge-swagger

Opening Swagger in browser

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.

Stop Instruction

$ Docker ps $ Docker stop <Container ID>

Tag summary

Content type

Image

Digest

Size

147.5 MB

Last updated

almost 10 years ago

docker pull nexenta/nedge-swagger