Liman

用于监控 docker 的自托管 Web 应用程序。「Self-hosted web application for monitoring docker.」

Github stars Tracking Chart

原 repo 已经 404 了。请选择其 fork repo 或者其他类似功能的 repo。

Liman

基本的 docker 监控 web 应用程序。使用 Go 编写。

特性

  • Containers
  • Stats
  • Logs
  • Images
  • Volumes

先决条件

为了确保数据安全,Liman 提供了登录页面。我们需要导出环境变量来设置登录密码。

#In Docker use -e option
-e pass=MYLOGINPASS

#In host you need to export pass variable
$ export pass=MYLOGINPASS
 

安装

Liman 可与主机和 docker 容器配合使用。

Docker

docker pull salihciftci/liman
docker run -dit --name liman -e pass=PASS -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.

Host

你可以从 releases 下载最新版本的 liman,也可以用 Go 构建。

go get github.com/salihciftci/liman
make build
 

Screenshots

(恕删略)

License

MIT

Main metrics

Overview
Name With Ownersalihciftci/liman
Primary LanguageC#
Program languageDockerfile (Language Count: 3)
Platform
License:Apache License 2.0
所有者活动
Created At2016-11-20 04:39:02
Pushed At2023-11-23 00:02:04
Last Commit At
Release Count7
Last Release Name (Posted on )
First Release Name (Posted on )
用户参与
Stargazers Count553
Watchers Count13
Fork Count24
Commits Count492
Has Issues Enabled
Issues Count17
Issue Open Count0
Pull Requests Count4
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private


Installation

Best way to use Liman is using Docker image.

$ docker volume create liman
$ docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v liman:/liman/data salihciftci/liman

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

API Usage

Examples and all end points can be found in wiki.

Screenshots, :-------------:, :-------:, :-------:, Containers, Stats, Images, index, logs, settings, ## License

MIT