Results 1 to 5 of 5

Thread: Raspberry Pi 4 Ubuntu 20.10 Docker issue

  1. #1
    Join Date
    Oct 2021
    Beans
    5

    Raspberry Pi 4 Ubuntu 20.10 Docker issue

    I have just updated my raspberry pi 4 from 21.4 to 21.10 Desktop 64 bit version.

    When I run: docker run hello-world
    I get the following error:
    docker: Error response from daemon: failed to create endpoint heuristic_keller on network bridge: failed to add the host (veth69f874a) <=> sandbox (vethd6300b1) pair interfaces: operation not supported.
    ERRO[0000] error waiting for container: context canceled

    Anyone have any idea what is going on?

    thanks

  2. #2
    Join Date
    Oct 2021
    Beans
    5

    Re: Raspberry Pi 4 Ubuntu 20.10 Docker issue

    I found out that you need the veth kernel module. You can get this by installing
    sudo apt install linux-modules-extra-raspi

    Last edited by zorin1; October 21st, 2021 at 03:01 PM.

  3. #3
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Raspberry Pi 4 Ubuntu 20.10 Docker issue

    Did you install Docker from the Ubuntu Repo's or from Docker?

    Download and run this script: https://github.com/docker/docker/blo...heck-config.sh

    It will you what is wrong and/or missing from your kernel config in relation to be able to run Docker.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  4. #4
    Join Date
    Oct 2021
    Beans
    5

    Re: Raspberry Pi 4 Ubuntu 20.10 Docker issue

    Quote Originally Posted by MAFoElffen View Post
    Did you install Docker from the Ubuntu Repo's or from Docker?

    Download and run this script: https://github.com/docker/docker/blo...heck-config.sh

    It will you what is wrong and/or missing from your kernel config in relation to be able to run Docker.
    Docker is not in the Docker Repository for Impish yet, if you follow the install instructions from Docker when you add it to repo it's not found. From what I have read somewhere not sure if it was in the forums or the bug tracker that they are adding it soon.

    I was able to install from the Docker Repository with the older ubuntu 10.04 Hirsute repository.

    I did a clean install and installed docker.io from the Ubuntu default repository.

    I get the same error and it does not matter which repository that I install docker from.

    The issue is not with Docker but with the VETH module not being loaded by default when you do the install of the Ubuntu 64 bit Arm version. At first, I thought there was a problem with the kernel but glad that is not the issue. It took me 2 days of googling to find out what the real issue was.
    Last edited by zorin1; October 21st, 2021 at 03:02 PM.

  5. #5
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Raspberry Pi 4 Ubuntu 20.10 Docker issue


    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •