新增功能: - Docker 容器监控(CPU、内存、网络I/O、磁盘I/O) - 容器控制(启动、停止、重启) - 容器日志查看 - 镜像列表管理 - Docker 系统信息 - 一键清理未使用资源 API 接口: - /api/docker/containers - 容器列表 - /api/docker/container/<id>/stats - 容器资源统计 - /api/docker/images - 镜像列表 - /api/docker/system - Docker 系统信息 - /api/docker/container/<id>/start|stop|restart - 容器控制 - /api/docker/container/<id>/logs - 容器日志 - /api/docker/prune - 资源清理 前端: - 新增 Docker 监控 Tab - 容器卡片展示(状态、资源使用) - 镜像列表展示 - 操作按钮(刷新、清理)
17 lines
942 B
Plaintext
17 lines
942 B
Plaintext
[2026-06-01 11:29:23] ==================================================
|
||
[2026-06-01 11:29:23] 项目服务管理面板 v2.0.0 启动
|
||
[2026-06-01 11:29:23] 访问地址: http://localhost:16022
|
||
[2026-06-01 11:29:23] 进程PID: 772725
|
||
[2026-06-01 11:29:23] ==================================================
|
||
* Serving Flask app 'app'
|
||
* Debug mode: off
|
||
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
|
||
* Running on all addresses (0.0.0.0)
|
||
* Running on http://127.0.0.1:16022
|
||
* Running on http://192.168.0.101:16022
|
||
[33mPress CTRL+C to quit[0m
|
||
127.0.0.1 - - [01/Jun/2026 11:29:31] "GET /api/docker/containers HTTP/1.1" 200 -
|
||
127.0.0.1 - - [01/Jun/2026 11:29:38] "GET /api/docker/container/641688a330c1/stats HTTP/1.1" 200 -
|
||
127.0.0.1 - - [01/Jun/2026 11:30:08] "GET / HTTP/1.1" 200 -
|
||
127.0.0.1 - - [01/Jun/2026 11:30:08] "GET /api/projects HTTP/1.1" 200 -
|