summaryrefslogtreecommitdiffstats
path: root/package/docker-proxy
Commit message (Collapse)AuthorAgeFilesLines
* package/pkg-golang: drop the fixed <pkg>_BINDIR variableThomas Petazzoni2018-04-011-1/+1
| | | | | | | | | | Now that <pkg>_BINDIR is always "bin", having it as a package variable doesn't make much sense, so get rid of this variable completely, and use "bin". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/docker-proxy: convert to golang infrastructureThomas Petazzoni2018-03-311-28/+5
| | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Arnout: remove automatically added host-go dependency] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* docker-proxy: new packageChristian Stewart2018-03-113-0/+67
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@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud