Cannot start docker container on ubuntu 21.10 server for raspberry pi
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-raspi (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Impish |
Fix Released
|
High
|
Juerg Haefliger |
Bug Description
[Impact]
Using the Ubuntu image for Raspberry Pi from here: https:/
After installing the docker.io package, I cannot start a docker container. Example:
$ sudo docker run --rm hello-world
docker: Error response from daemon: failed to create endpoint pensive_greider on network bridge: failed to add the host (veth2102512) <=> sandbox (veth4fb66df) pair interfaces: operation not supported.
Update for everyone searching for a workaround and finding this bug:
sudo apt install linux-modules-
You may want to indicate above that you are affected.
[Test Case]
$ apt install docker.io
$ docker run --rm hello-world
[Fix]
Add veth module to linux-modules.
[Where Problems Could Occur]
New modules might get loaded which could trigger kernel crashes.
description: | updated |
affects: | linux (Ubuntu) → linux-raspi (Ubuntu) |
summary: |
- Cannot start docker container on ubuntu 21.10 server for 64-bit - raspberry pi + Cannot start docker container on ubuntu 21.10 server for raspberry pi |
Changed in linux-raspi (Ubuntu): | |
status: | Confirmed → Invalid |
description: | updated |
Changed in linux-raspi (Ubuntu Impish): | |
status: | Confirmed → Fix Committed |
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window:
apport-collect 1947601
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.