summaryrefslogtreecommitdiffstats
path: root/package/docker-proxy/docker-proxy.hash
diff options
context:
space:
mode:
authorChristian Stewart <christian@paral.in>2018-03-03 19:43:42 -0500
committerPeter Korsgaard <peter@korsgaard.com>2018-03-30 23:18:49 +0200
commitb8ee32d841634aefa26f215ff89be28a35b9e026 (patch)
tree966d7fa6ebe35b8f75e8c0d8a3b1ecda9c3a8b89 /package/docker-proxy/docker-proxy.hash
parent1d51cb1fbdecdd83380c1284b4d63c746903118f (diff)
downloadbuildroot-b8ee32d841634aefa26f215ff89be28a35b9e026.tar.gz
buildroot-b8ee32d841634aefa26f215ff89be28a35b9e026.zip
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: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 81750410033ab5ebeec8257d80297f05e9534f36) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/docker-proxy/docker-proxy.hash')
-rw-r--r--package/docker-proxy/docker-proxy.hash2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/docker-proxy/docker-proxy.hash b/package/docker-proxy/docker-proxy.hash
new file mode 100644
index 0000000000..3ec184f54f
--- /dev/null
+++ b/package/docker-proxy/docker-proxy.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 2eee331b6ded567a36e7db708405b34032b93938682cf049025f48b96d755bf6 docker-proxy-7b2b1feb1de4817d522cc372af149ff48d25028e.tar.gz
OpenPOWER on IntegriCloud