bluewhale
The Dockerboard Web Client.
![build status](https://img.shields.io/travis/dockerboard/bluewhale/master.svg?style=flat-square)
![badge](http://dockeri.co/image/dockerboard/bluewhale)
Screenshot
![Dockerboard Hub Screenshot](https://raw.githubusercontent.com/dockerboard/bluewhale/master/screenshots/hub_version_ping.gif)
![Dockerboard Hosts Screenshot](https://raw.githubusercontent.com/dockerboard/bluewhale/master/screenshots/hosts.gif)
![Dockerboard Screenshot](https://raw.githubusercontent.com/dockerboard/bluewhale/master/screenshots/dockerboard.gif)
Quickstart
Dockerboard RESTful API Prefix: http://localhost:8001/api
.
Prerequisites
npm install -g gulp
npm install -g bower
npm install
bower install
Or
docker build -t dockerboard/bluewhale github.com/dockerboard/bluewhale
docker build -t dockerboard/dockerboard github.com/dockerboard/dockerboard
docker run -d -v /bluewhale/dist --name bluewhale dockerboard/bluewhale
docker run -d -p 8001:8001 -v /var/run/docker.sock:/var/run/docker.sock --volumes-from bluewhale --name dockerboard dockerboard/dockerboard
open 127.0.0.1:8001
Development
gulp watch
Production
gulp clean
gulp build
gulp publish
Build With