Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oieduardorabelo/angular-docker-network-dashboard
- Owner: oieduardorabelo
- Created: 2015-04-16T13:01:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T03:54:57.000Z (over 7 years ago)
- Last Synced: 2024-04-14T19:10:10.973Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 477 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`