Skip to content

Docker Manager interface for LuCI

License

Notifications You must be signed in to change notification settings

8khz/luci-app-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Manager interface for LuCI (WIP)

适用于 LuCI 的 Docker 管理插件

用于管理 Docker 容器、镜像、网络,适用于自带 Docker 的 Openwrt系统、运行在 Docker 中的 openwrt 或 LuCI-in-docker.

Depends/依赖

Compile/编译

./script/feeds update luci-lib-json
./script/feeds install luci-lib-json
git clone https://github.com/lisaac/luci-lib-docker.git package/luci-lib-docker
git clone https://github.com/lisaac/luci-app-docker.git package/luci-app-docker

#compile package only
make package/luci-lib-json/compile V=99
make package/luci-lib-docker/compile v=99
make package/luci-app-docker/compile v=99

#compile
make menuconfig
#choose LuCI ---> 3. Applications  ---> < > luci-app-docker-manager..... Docker Manager interface for LuCI ----> save
make V=99

Download /下载

Screenshot/截图

  • Containers
  • Container Info
  • Container Edit
  • Container Stats
  • Container Logs
  • New Container
  • Images
  • Networks
  • New Network

About

Docker Manager interface for LuCI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 83.8%
  • HTML 14.9%
  • Makefile 1.3%