From cdd682429eea463d36413d6ed2c7020df814031b Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Tue, 7 Mar 2017 22:02:44 -0800 Subject: [PATCH] Bind mount host iptables into network container --- os-config.tpl.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os-config.tpl.yml b/os-config.tpl.yml index 8fd040e2..a79b50f9 100644 --- a/os-config.tpl.yml +++ b/os-config.tpl.yml @@ -189,6 +189,8 @@ rancher: volumes_from: - command-volumes - system-volumes + volumes: + - /usr/bin/iptables:/sbin/iptables:ro ntp: image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}} command: ntpd --nofork -g