From 7096ac3fc4ee09f35ae23526dfd5e7805c19f35c Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 31 Aug 2015 12:53:45 +0500 Subject: [PATCH] bind mount iptables into default console to fix user docker (broken in default console) --- os-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os-config.yml b/os-config.yml index 9193e244..f4f407bd 100644 --- a/os-config.yml +++ b/os-config.yml @@ -150,6 +150,8 @@ rancher: restart: always volumes_from: - all-volumes + volumes: + - /usr/bin/iptables:/sbin/iptables:ro docker-volumes: image: rancher/os-state:v0.4.0-dev labels: