From bd25c680324c5252cd5f1185b97b21ced1ae76e6 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 23 Nov 2016 13:48:27 +0000 Subject: [PATCH] Explicitly use slirp-proxy in iptables So as to allow a read only root filesystem, we use the proxy path config option to override the Docker proxy for 1.13. This means that the iptables override needs to call this binary not the original docker-proxy binary to allow port forwarding. Signed-off-by: Justin Cormack --- alpine/packages/iptables/main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/packages/iptables/main.ml b/alpine/packages/iptables/main.ml index ab8e11532..f6b65f353 100644 --- a/alpine/packages/iptables/main.ml +++ b/alpine/packages/iptables/main.ml @@ -6,7 +6,7 @@ *) let _iptables = "/sbin/iptables" -let _proxy = "/usr/bin/docker-proxy" +let _proxy = "/usr/bin/slirp-proxy" let _pid_dir = "/var/run/service-port-opener" type port = {