Docker installed from repository but problem with docker daemon

  • I've installed Libreelec with ssh and samba active and I've installed the docker addon....I get the "hello from docker" message so docker is working.

    I am now trying to add portainer and then I'll add home assistant and I'll also be running the pihole addon.

    Problem is that I can't even pull the portainer image....I get the following:

    docker pull portainer/portainer

    Using default tag: latest

    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

    NOTE: yes, the

    This is a pure vanilla NUC system (actually a wyse 5070, but it's a NUC with a different vendors packaging/label). Connected with wired LAN.

    The result from systemctl status docker

    ● service.system.docker.service - Docker Application Container Engine

    Loaded: loaded (/storage/.kodi/addons/service.system.docker/system.d/service.system.docker.servi

    Active: active (running) since Wed 2021-03-10 16:42:03 UTC; 1h 15min ago

    Docs: Docker Documentation | Docker Documentation

    Main PID: 674 (dockerd)

    Memory: 119.6M

    CGroup: /system.slice/service.system.docker.service

    ├─674 /storage/.kodi/addons/service.system.docker/bin/dockerd -H tcp://0.0.0.0:2375

    └─688 containerd --config /var/run/docker/containerd/containerd.toml --log-level inf

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]: $ docker run -it ubuntu bash

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]:

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]: Share images, automate workflows, and more with a free

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]: Docker Hub

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]:

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]: For more examples and ideas, visit:

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]: Orientation and setup | Docker Documentation

    Mar 10 16:57:41 LibreELEC 8538376401d8[674]:

    Mar 10 16:57:41 LibreELEC dockerd[674]: time="2021-03-10T16:57:41.624601509Z" level=info msg="shim

    Mar 10 16:57:41 LibreELEC dockerd[674]: time="2021-03-10T16:57:41.635598704Z" level=info msg="ignor

  • Go to Best Answer
  • For whatever reason your docker daemon is connecting to a TCP socket. Did you edit the docker.conf file?

  • I'm on 10 beta / 9.95.1 and I have the same issue. However I do not even get an output with systemctl status docker it just displays Unit docker.service could not be found.

    Did you find a fix ghstudio ?