mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 03:34:58 +00:00
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 <justin.cormack@docker.com>
This commit is contained in:
parent
f2b8beb0ee
commit
545b12ee7d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user