No description
Find a file
2026-04-02 13:57:43 +08:00
.github newcontainer: add log-driver support 2021-11-17 13:25:17 +08:00
applications/luci-app-dockerman fix nil 2026-04-02 13:37:41 +08:00
doc fix readme 2019-11-05 23:07:09 +08:00
LICENSE update LICENSE 2020-01-31 10:18:30 +08:00
README.md postinst: fix config issue for luci-in-docker 2021-06-24 08:48:40 +08:00

Luci-app-dockerman

GitHub release (latest by date) GitHub stars GitHub forks License Telegram Group

Docker Manager for LuCI / 适用于 LuCI 的 Docker 管理插件

Depends / 依赖

  • 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 / 编译


#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 / 谢致