Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oieduardorabelo/angular-docker-network-dashboard

Docker Network Dashboard in Angular
https://github.com/oieduardorabelo/angular-docker-network-dashboard

Last synced: 10 days ago
JSON representation

Docker Network Dashboard in Angular

Awesome Lists containing this project

README

        

# Angular Docker Network Dashboard

Dashboard with [Twitter Bootstrap](http://getbootstrap.com/), [Webpack](http://webpack.github.io/) and [AngularJS](https://angularjs.org/)

#### Mission

Show all Machines in the network and all Docker container's inside of each.

With drag'n'drop, you can connect Machines and Containers.

![Angular Dashboard Preview](https://dl.dropboxusercontent.com/s/k2xbbyy5gpcol6e/Screen%20Shot%202016-03-06%20at%201.45.14%20PM.png)

#### Dependencies

Please, first run:

```
npm install
```

#### Development

Under the project folder, run:

```
npm start
```

This command will generate a local server with ***webpack watcher*** on `localhost:8080`