breakings / OpenWrt

MIT License
338 stars 113 forks source link

dockerd24.0.2编译无法通过 #23

Closed pretendtobefree closed 1 year ago

pretendtobefree commented 1 year ago

dockerd24.0.2编译无法通过,错误出现在最后的配置阶段,错误信息如下: Collected errors:

如果将Makefile文件中的下述指令屏蔽
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bundles/binary-daemon/docker-proxy $(1)/usr/bin/ 编译可以通过,但启动后点击Dockerman菜单的《概览》,报错如下 /usr/lib/lua/luci/dispatcher.lua:477: Failed to execute cbi dispatcher target for entry '/admin/docker/overview'. The called action terminated with an exception: /usr/lib/lua/luci/model/cbi/dockerman/overview.lua:127: bad argument #1 to 'ipairs' (table expected, got nil) stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:477: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:129: in function </usr/lib/lua/luci/dispatcher.lua:128> 不知应该如何解决?谢谢