zhangguanzhang

Results 195 comments of zhangguanzhang

> [用这个呢](https://github.com/lisaac/luci-app-dockerman) 这是两个东西,这个我看是docker的部分资源显示的web可视化管理,我不需要web,我只命令行使用

我对比了 openwrt的仓库和编译出的固件,这三个文件都应该是 dockerd 包的,luci-app-docker这个包官方也没有,这个包不应该抢这三个文件。我删掉 `luci-app-docker` 后,去用 `luci-app-dockerman`就了,不理解`luci-app-docker`包的目的是干啥

should use errors.Cause(err) https://play.golang.org/p/L-uJU07lCAu

还是提示缺少依赖mosdns_neo, +1

> rm -rf feeds/packages/net/mosdns > > 把L大的源码自带的mosdns删除 不行,可以看 我是先 rsync 删除源,强制覆盖目标目录,然后第二个是make的warning https://github.com/zhangguanzhang/Actions-OpenWrt/runs/7062937300?check_suite_focus=true#step:9:458 https://github.com/zhangguanzhang/Actions-OpenWrt/runs/7062937300?check_suite_focus=true#step:15:77

> rm -rf feeds/packages/net/mosdns > > 把L大的源码自带的mosdns删除 https://github.com/kenzok8/openwrt-packages/blob/9b57ea758278ad94326c088725e06f1baa3eade2/luci-app-mosdns/Makefile#L9 这里你没改

> > > rm -rf feeds/packages/net/mosdns > > > 把L大的源码自带的mosdns删除 > > > > > > https://github.com/kenzok8/openwrt-packages/blob/9b57ea758278ad94326c088725e06f1baa3eade2/luci-app-mosdns/Makefile#L9 > > > > 这里你没改 > > 我改的就是这个地方呀,只有这一处吗 ``` find -type f -name...

@kenzok8 老大为啥不改下更新下