Skip to content

shotishu/liman

 
 

Repository files navigation

Liman

Build Status Go Report Card

alt text

Web application for monitoring docker. Monitor docker inside the docker. Written with Go.


screenshot

Features

  • Monitoring docker
    • Containers
    • Logs
    • Images
    • Stats
    • Volumes
    • Networks
  • Notifications
  • Restful API

Installation

Download and run the latest binary or ship with Docker.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock salihciftci/liman

Note: the -v /var/run/docker.sock:/var/run/docker.sock option can be used in Linux environments only.

API Usage

Basic usage:

curl -i http://localhost:8080/api/status?key=XXX

More examples and all end points can be found in wiki.

Screenshots
Dashboard Containers Images
Stats Volumes Networks
Logs Notifications Settings

License

MIT

About

Web application for monitoring docker. Monitor docker inside the docker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 84.8%
  • CSS 7.5%
  • JavaScript 6.3%
  • Makefile 1.4%