作为 Humpback 的直观展现,基于 Angular2 和 AdminLTE 构建的用于管理 docker
的网站。
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 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
- 服务器分组管理
- 容器及镜像管理
- 容器批量操作
- 容器实时监控
- 容器日志查看
- 私有仓库管理
- etc.
Apache-2.0