Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 533 Bytes

Laboon

Build Status

Client web app for monitoring your docker with Godoremi

Requirements

Make sure you have Glide installed on your machine

Run

  1. Clone
    git clone https://github.com/orcinustools/laboon.git
    
  2. Install dependencies
    glide install
    
  3. Serve
    go run *.go
    
  4. Browse to localhost:9000