I'm running an ubuntu server 21.10 on RasberryPi4.Docker version 20.10.7, build 20.10.7 0ubuntu5. I tried docker prune
and to reinstall docker fully and even reinstall ubuntu, but nothing seems to work. Whenever I try to run the sample hello-world image I get: 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
Any help would be greatly appreciated.
CodePudding user response:
The vent kernel module is not installed. If you do: sudo apt install linux-modules-extra-raspi
This will install the module and docker will work.
from: https://www.mail-archive.com/[email protected]/msg5968593.html