https://github.com/lisaac/luci-app-dockerman
Docker Manager interface for LuCI
https://github.com/lisaac/luci-app-dockerman
docker docker-manager dockerman luci luci-docker openwrt
Last synced: 21 days ago
JSON representation
Docker Manager interface for LuCI
- Host: GitHub
- URL: https://github.com/lisaac/luci-app-dockerman
- Owner: lisaac
- License: agpl-3.0
- Created: 2019-10-06T12:19:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T05:00:08.000Z (over 1 year ago)
- Last Synced: 2024-11-15T19:37:10.363Z (7 months ago)
- Topics: docker, docker-manager, dockerman, luci, luci-docker, openwrt
- Language: Lua
- Homepage:
- Size: 1020 KB
- Stars: 837
- Watchers: 24
- Forks: 233
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Luci-app-dockerman
[](https://github.com/lisaac/luci-app-dockerman/releases)
[](https://github.com/lisaac/luci-app-dockerman/stargazers)
[](https://github.com/lisaac/luci-app-dockerman/network/members)
[](https://github.com/lisaac/luci-app-dockerman/blob/master/LICENSE)
[](https://t.me/joinchat/G5mqjhrlU9S8TMkXeBmj0w)## Docker Manager for LuCI / 适用于 LuCI 的 Docker 管理插件
- 一个用于管理 Docker 容器、镜像、网络、存储卷的 Openwrt 插件
- 同时也适用于 [Openwrt-in-docker](https://github.com/lisaac/openwrt-in-docker) 或 [LuCI-in-docker](https://github.com/lisaac/luci-in-docker)
- [Download / 下载 ipk](https://github.com/lisaac/luci-app-dockerman/releases)## Depends / 依赖
- [luci-lib-docker](https://github.com/lisaac/luci-lib-docker)
- dockerd (optional, since you can use it as a docker client)
- luci-lib-jsonc
- ttyd (optional, use for container console)
- docker (optional, use for container console)## Compile / 编译
```bash#compile package only
make package/luci-lib-docker/compile v=99
make package/luci-app-dockerman/compile v=99#compile
make menuconfig
#choose Utilities ---> <*> docker....................................... Docker Community Edition
#choose Kernel features for Docker which you want
#choose LuCI ---> 3. Applications ---> <*> luci-app-dockerman..... Docker Manager interface for LuCI ----> save
make V=99
```## Screenshot / 截图
- Containers

- Container Info

- Container Edit

- Container Stats

- Container Logs

- New Container

- Images

- Networks

- New Network
## Thanks / 谢致
- Chinese translation by [401626436](https://www.right.com.cn/forum/space-uid-382335.html)