Docker installs ARM64 instead of x86?

  • Just installed Docker from LE repository.
    After install I check version from SSH, and it reports OS/Arch as linux/amd64.


    Is this correct? After this, I follow instructions here

    add -H tcp://0.0.0.0:2375 to

    /storage/.kodi/addons/service.system.docker/system.d/service.system.docker.service

    and reboot.

    Then run docker -H 0.0.0.0:2375 run hello-world and get

    Any help would be appreciated, I have searched many blogs and threads.

  • You're following a really old article and making manual modifications to the docker service and of course it is breaking.

    Skip modifying the docker service. It works fine out of the box.

    Just install the docker addon and do "docker run hello-world" and you'll see.

  • ok thank you, if it had worked out of the box, I would not have been googling for fixes.
    after reinstalling and running docker version again, I get

    CinemaTub:~ # docker run hello-world

    docker: Error response from daemon: lstat /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/f6e18d25c96e24cbb4ba258a5d850b6a812c8c4d19f3ccfdd748088a810707ff: no such file or directory.

    See 'docker run --help'.

    CinemaTub:~ #


    I think I saw a post about having to run as the 'nobody' user, or granting permissions to folders, so I'll retrace the searches I've done for the past few days. Thanks again.