Skip to content

brokeld/luci-app-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 82.5%
  • HTML 16.1%
  • Makefile 1.4%