我在RasberryPi4.Docker版本20.10.7,内部版本20.10.7 0ubuntu5上运行ubuntu服务器21.10。我试着完全重装docker prune和docker,甚至重装ubuntu,但似乎都不起作用。每当我尝试运行示例hello-world图像时,我都会得到:Docker: Error response from daemon: failed to create endpoint priceless_noether on network bridge:: failed to add the host (veth4cfcda9) <=> sandbox (vethda57bc9) pair interfaces: operation not supported.ERRO[0000] error waiting for container: context canceled
任何帮助都将不胜感激。
发布于 2021-10-31 04:12:53
未安装vent内核模块。如果您这样做了: sudo apt install linux-modules-extra-raspi
这将安装模块和docker将工作。
来自:https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5968593.html
https://stackoverflow.com/questions/69780128
复制相似问题