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

Overview

Name With Ownersalihciftci/liman
Primary LanguageC#
Program languageDockerfile (Language Count: 3)
Platform
License:Apache License 2.0
Release Count7


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

To the top