Skip to content

mvrilo/liman

 
 

Repository files navigation

Liman

Build Status Go Report Card

alt text

Web application for monitoring docker. Monitor docker inside the docker. Written in 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

Self-hosted web application for monitoring docker.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 86.9%
  • CSS 6.3%
  • JavaScript 5.3%
  • Makefile 1.5%