]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
docker-engine: add dependency on docker-proxy
authorChristian Stewart <christian@paral.in>
Sun, 4 Mar 2018 00:43:43 +0000 (19:43 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 11 Mar 2018 21:34:50 +0000 (22:34 +0100)
commit8d125cd9f646420467aa1426ebb45078eb815ef7
tree5a0d70b08834ef73d736777740391b3fc2afd279
parent81750410033ab5ebeec8257d80297f05e9534f36
docker-engine: add dependency on docker-proxy

docker-proxy is needed by docker-engine at runtime, and was
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@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/docker-engine/Config.in