用于管理 Docker 容器、镜像、网络,适用于自带 Docker 的 Openwrt系统、运行在 Docker 中的 openwrt 或 LuCI-in-docker.
- luci-lib-json
- luci-lib-docker
./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