0.6.6 • Published 10 years ago

bluewhale v0.6.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

bluewhale

The Dockerboard Web Client.

NPM version build status

badge

Screenshot

Dockerboard Hub Screenshot

Dockerboard Hosts Screenshot

Dockerboard Screenshot

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

0.6.6

10 years ago

0.6.5

10 years ago

0.6.4

10 years ago

0.6.3

10 years ago

0.6.2

11 years ago

0.6.1

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago