Docker Bullseye图像和Udevadm命令失败

发布于 2025-01-28 10:04:38 字数 357 浏览 3 评论 0原文

我正在尝试使用图像Python构建自定义Docker映像:3.7-Slim-Bullseye

在此图像中,我运行命令:

运行UDEVADM CONTROL - RELOAD-RULES ||回声“完成” 会产生错误:未能发送重新加载请求:没有此类文件或目录

此外,当我运行命令运行udevadm触发时,我会得到错误:无法将'更改'写入'/sys/decections/armv7_cortex_a7/uevent':读取文件系统。

知道发生了什么以及我可以如何解决意图解决它?

真挚地

I am trying to build a custom docker image using the image python:3.7-slim-bullseye.

Inside this image I run the command:

RUN udevadm control --reload-rules || echo "done"
which produces the error: Failed to send reload request: No such file or directory.

Moreover, when I run the command RUN udevadm trigger I get the error: Failed to write 'change' to '/sys/devices/armv7_cortex_a7/uevent': Read-only file system.

Any idea what is going on and what I could do to solve intent solving it?

Sincerely

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文