Skip to content
Commit 81750410 authored by Christian Stewart's avatar Christian Stewart Committed by Peter Korsgaard
Browse files

docker-proxy: new package



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: default avatarChristian Stewart <christian@paral.in>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 5bc71f82
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment