Liman

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

Github星跟蹤圖

原 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

主要指標

概覽
名稱與所有者salihciftci/liman
主編程語言C#
編程語言Dockerfile (語言數: 3)
平台
許可證Apache License 2.0
所有者活动
創建於2016-11-20 04:39:02
推送於2023-11-23 00:02:04
最后一次提交
發布數7
最新版本名稱 (發布於 )
第一版名稱 (發布於 )
用户参与
星數553
關注者數13
派生數24
提交數492
已啟用問題?
問題數17
打開的問題數0
拉請求數4
打開的拉請求數0
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?


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