Ubuntu Server(Rasberry Pi)上的 Docker 无法在网桥上创建端点,操作不受支持

Ubuntu Server(Rasberry Pi)上的 Docker 无法在网桥上创建端点,操作不受支持

我在 Rasberry Pi 4(aarch64)上使用 Ubuntu 21.10,当我尝试运行 Docker(使用版本 20.10.7)容器时,它返回以下错误消息:

docker: Error response from daemon: failed to create endpoint goofy_hypatia on network bridge: failed to add the host (veth3da4a58) <=> sandbox (veth987ce17) pair interfaces: operation not supported.
ERRO[0000] error waiting for container: context canceled 

我尝试了以下方法:

谢谢你的帮助。

回答:

我遇到了同样的问题,经过快速搜索后我在这里找到了解决方案:[Bug 1947601] 无法在 64 位树莓派的 Ubuntu 21.10 服务器上启动 docker 容器

您需要安装Raspberry Pi Linux 内核额外模块

sudo apt install linux-modules-extra-raspi

相关内容