[Buildroot] [PATCH v3 4/8] docker-proxy: new package

Peter Korsgaard peter at korsgaard.com
Sun Mar 11 21:34:23 UTC 2018


>>>>> "Christian" == Christian Stewart <christian at paral.in> writes:

 > Add docker-proxy package to Buildroot. Needed by docker-engine at
 > runtime, and previously not included. This leads to the following error
 > when attempting to port-map ports to a container:

 >   $ docker run -p 8080:8080 nginx
 >   docker: Error response from daemon: driver failed programming external
 >   connectivity on endpoint:
 >   exec: "docker-proxy": executable file not found in $PATH.

 > Docker expects the docker-proxy binary to exist in the PATH.

 > Signed-off-by: Christian Stewart <christian at paral.in>
 > ---
 >  package/Config.in                      |  1 +
 >  package/docker-proxy/Config.in         | 18 +++++++++++++
 >  package/docker-proxy/docker-proxy.hash |  2 ++
 >  package/docker-proxy/docker-proxy.mk   | 46 ++++++++++++++++++++++++++++++++++

You forgot to add a DEVELOPERS entry, so I took the liberty to add one
for you.

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list