Posts by xtra

    the latest commit on docker db35d8bfb3781d2fa64796519952d248da3c0e39 broke the systemd files for docker for me
    this because the link to /storage/.kodi/addons/service.system.docker/system.d/service.system.docker.service
    changed from /storage/.kodi/addons/service.system.docker/systemd/service.system.docker.service
    to /storage/.kodi/addons/service.system.docker/system.d/service.system.docker.service
    i don't know how this is handled by the upgrade but the docker.socket unit file was also still around

    hello
    the latest update of the docker addon seems to be missing the docker-proxy binary
    this seems to break port forwarding

    Quote


    docker run -d -h elec -v /storage/docker/config/:/config -v /storage/docker/data/:/data -p 22000:8080 --name sabnzbd --restart=always timhaak/sabnzbd
    d0b68cc8d288bd3892a0b8ef0c887d6ef333788a8002af654b704981110aec1d
    docker: Error response from daemon: driver failed programming external connectivity on endpoint sabnzbd (2730d6af0485543cf78da79dd70d7ee3cbf82684a8fb3fbab82f116e7c47e36e): exec: "docker-proxy": executable file not found in $PATH.

    ls -la /storage/.kodi/addons/service.system.docker/bin
    total 87148
    drwxr-xr-x 2 root root 4096 Jul 30 22:27 .
    drwxr-xr-x 8 root root 4096 Jul 30 22:27 ..
    -rwxr-xr-x 1 root root 14676960 Jul 30 22:27 docker
    -rwxr-xr-x 1 root root 1446 Jul 30 22:27 docker-config
    -rwxr-xr-x 1 root root 14367784 Jul 30 22:27 docker-containerd
    -rwxr-xr-x 1 root root 6590168 Jul 30 22:27 docker-containerd-shim
    -rwxr-xr-x 1 root root 11368656 Jul 30 22:27 docker-runc
    -rwxr-xr-x 1 root root 42213800 Jul 30 22:27 dockerd

    look to be related to this commit : "21b171a503cf63ef0b73bba7d1ed612408340790"