{"id":13746039,"url":"https://github.com/lisaac/luci-app-dockerman","last_synced_at":"2025-05-09T06:31:16.918Z","repository":{"id":37396799,"uuid":"213163147","full_name":"lisaac/luci-app-dockerman","owner":"lisaac","description":"Docker Manager interface for LuCI","archived":false,"fork":false,"pushed_at":"2023-12-03T05:00:08.000Z","size":1045,"stargazers_count":837,"open_issues_count":12,"forks_count":233,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-15T19:37:10.363Z","etag":null,"topics":["docker","docker-manager","dockerman","luci","luci-docker","openwrt"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lisaac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"lisaac","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-06T12:19:03.000Z","updated_at":"2024-11-15T05:41:14.000Z","dependencies_parsed_at":"2024-01-15T00:56:05.252Z","dependency_job_id":null,"html_url":"https://github.com/lisaac/luci-app-dockerman","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaac%2Fluci-app-dockerman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaac%2Fluci-app-dockerman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaac%2Fluci-app-dockerman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaac%2Fluci-app-dockerman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lisaac","download_url":"https://codeload.github.com/lisaac/luci-app-dockerman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253206067,"owners_count":21871158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-manager","dockerman","luci","luci-docker","openwrt"],"created_at":"2024-08-03T06:00:43.766Z","updated_at":"2025-05-09T06:31:16.203Z","avatar_url":"https://github.com/lisaac.png","language":"Lua","funding_links":["https://ko-fi.com/lisaac"],"categories":["App"],"sub_categories":[],"readme":"# Luci-app-dockerman\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/lisaac/luci-app-dockerman?style=flat-square)](https://github.com/lisaac/luci-app-dockerman/releases)\n[![GitHub stars](https://img.shields.io/github/stars/lisaac/luci-app-dockerman?style=flat-square)](https://github.com/lisaac/luci-app-dockerman/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/lisaac/luci-app-dockerman?style=flat-square)](https://github.com/lisaac/luci-app-dockerman/network/members)\n[![License](https://img.shields.io/github/license/lisaac/luci-app-dockerman?style=flat-square)](https://github.com/lisaac/luci-app-dockerman/blob/master/LICENSE)\n[![Telegram Group](https://img.shields.io/badge/telegam-group-_?style=flat-square)](https://t.me/joinchat/G5mqjhrlU9S8TMkXeBmj0w)\n\u003c!-- ![GitHub All Releases](https://img.shields.io/github/downloads/lisaac/luci-app-dockerman/total?style=flat-square) --\u003e\n\n## Docker Manager for LuCI / 适用于 LuCI 的 Docker 管理插件\n- 一个用于管理 Docker 容器、镜像、网络、存储卷的 Openwrt 插件\n- 同时也适用于 [Openwrt-in-docker](https://github.com/lisaac/openwrt-in-docker) 或 [LuCI-in-docker](https://github.com/lisaac/luci-in-docker)\n- [Download / 下载 ipk](https://github.com/lisaac/luci-app-dockerman/releases)\n\n## Depends / 依赖\n- [luci-lib-docker](https://github.com/lisaac/luci-lib-docker)\n- dockerd (optional, since you can use it as a docker client)\n- luci-lib-jsonc\n- ttyd (optional, use for container console)\n- docker (optional, use for container console)\n\n## Compile / 编译\n```bash\n\n#compile package only\nmake package/luci-lib-docker/compile v=99\nmake package/luci-app-dockerman/compile v=99\n\n#compile\nmake menuconfig\n#choose Utilities  ---\u003e \u003c*\u003e docker....................................... Docker Community Edition\n#choose Kernel features for Docker which you want\n#choose LuCI ---\u003e 3. Applications  ---\u003e \u003c*\u003e luci-app-dockerman..... Docker Manager interface for LuCI ----\u003e save\nmake V=99\n```\n\n## Screenshot / 截图\n- Containers\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/containers.png)\n- Container Info\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/container_info.png)\n- Container Edit\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/container_edit.png)\n- Container Stats\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/container_stats.png)\n- Container Logs\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/container_logs.png)\n- New Container\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/new_container.png)\n- Images\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/images.png)\n- Networks\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/networks.png)\n- New Network\n![](https://raw.githubusercontent.com/lisaac/luci-app-dockerman/master/doc/new_network.png)\n\n## Thanks / 谢致\n- Chinese translation by [401626436](https://www.right.com.cn/forum/space-uid-382335.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisaac%2Fluci-app-dockerman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flisaac%2Fluci-app-dockerman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisaac%2Fluci-app-dockerman/lists"}