xiaozhenliang / humpback-web

Docker management website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

Usage

git clone https://github.com/humpback/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

About

Docker management website

License:Apache License 2.0


Languages

Language:TypeScript 45.5%Language:HTML 38.6%Language:JavaScript 8.8%Language:CSS 7.1%