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

Pot*_*oes 6 networking ubuntu docker docker-networking

我在 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 
Run Code Online (Sandbox Code Playgroud)

我已经尝试过以下方法:

谢谢你的帮助。

回答:

我遇到了同样的问题,经过快速搜索后,我在这里找到了解决方案:[Bug 1947601] Cannot start docker container on ubuntu 21.10 server for 64-bit raspberry pi

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

sudo apt install linux-modules-extra-raspi