5 Star 13 Fork 3

Humpback / humpback-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
bolve 提交于 2018-04-06 10:56 . modify README.md

Introduction

作为 Humpback 的直观展现,基于 Angular2AdminLTE 构建的用于管理 docker 的网站。

Usage

git clone https://gitee.com/humpbacks/humpback-web.git
cd humpback-web
npm install
npm start

Open http://localhost

Default Account

UserID: admin
Password: 123456

Docker image

$ docker pull humpbacks/humpback-web:1.3.0

$ docker run -d --net=host --restart=always -e HUMPBACK_LISTEN_PORT=8012 \
  -v /opt/app/humpback-web/dbFiles:/humpback-web/dbFiles \
  --name humpback-web \
  humpbacks/humpback-web:1.3.0

Functions

  • 服务器分组管理
  • 容器及镜像管理
  • 容器批量操作
  • 容器实时监控
  • 容器日志查看
  • 私有仓库管理
  • etc.

Sample Page

Login Page

image

Server Overview

image

New Container

image

Private registry explore - docker image detail

image etc.

License

Apache-2.0

JavaScript
1
https://gitee.com/humpbacks/humpback-web.git
git@gitee.com:humpbacks/humpback-web.git
humpbacks
humpback-web
humpback-web
master

搜索帮助