Docker-proxy error

I have run docker run -p 4000:80 friendlyhello from Containerizing an application | Docker Documentation.

it showed the following error.
docker: Error response from daemon: driver failed programming external connectivity on endpoint flamboyant_hodgkin (2664d112b2e3967ef154db87760323045ceca748af1c608a3b58b3d95fa679cb): exec: “docker-proxy”: executable file not found in $PATH.

I have the latest http://ftp-stud.hs-esslingen.de/pub/Mirrors/openmandriva/3.0/repository/x86_64/main/updates/docker-17.12.1-1-omv2015.0.x86_64.rpm version.
Is /usr/bin/docker-proxy missing there?