suntiny 发表于 2025-4-27 15:17:43

BE3600 docker问题

安装后,可以拉取镜像,运行容器路由重启。固件4.7.1。

suntiny 发表于 2025-4-27 15:18:22

这个论坛不知有没有官方维护在,反应太慢了

suntiny 发表于 2025-4-27 15:19:33

同时点docker的网络菜单,出现Runtime error
Unhandled exception during request dispatching
/usr/lib/lua/luci/ucodebridge.lua:23: /usr/lib/lua/luci/model/cbi/dockerman/networks.lua:41: attempt to index field 'Config' (a nil value)

In error(), file
called from function (/usr/lib/lua/luci/ucodebridge.lua:23)
called from function ((tail call))
In (), file /usr/share/ucode/luci/runtime.uc, line 148, byte 45:
called from function (/usr/share/ucode/luci/dispatcher.uc:794:4)
called from function render ()
called from function render_action (/usr/share/ucode/luci/dispatcher.uc:768:24)
called from function run_action (/usr/share/ucode/luci/dispatcher.uc:795:4)
called from function (/usr/share/ucode/luci/dispatcher.uc:1003:48)
called from anonymous function (/www/cgi-bin/luci:39:13)

`      return lcall.call(modname, method, ...args);`
Near here ----------------------------------------^

suntiny 发表于 2025-4-29 16:44:53

如你确实需要 Docker 资源限制功能,必须满足以下条件之一:

使用支持完整 CGroup 的内核(例如 Ubuntu、Debian 等发行版);

或重编 OpenWrt 内核,启用:

CONFIG_CGROUPS

CONFIG_MEMCG

CONFIG_CPUSETS

CONFIG_CGROUP_CPUACCT

CONFIG_CGROUP_SCHED

等等

由于你是运行在嵌入式设备(GL-BE3600 路由器)上,很多时候这些功能默认被裁剪以节省资源,因此一般并不推荐折腾这些。

suntiny 发表于 2025-4-29 16:45:30

经过几天的折腾,原来是天生不足。
页: [1]
查看完整版本: BE3600 docker问题