docker addon missing docker-proxy

  • 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"

    Edited once, last by xtra (July 31, 2016 at 2:38 PM).