From 6ddb7cb9de42ac02f03b9df5072b890faf2d974c Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Mon, 10 Nov 2014 07:03:21 +0100 Subject: [PATCH] Update docker.service Docker startup fails You specified --iptables=false with --ipmasq=true. IP masquerading uses iptables to function. Please set --ipmasq to false or --iptables to true --- docs/getting-started-guides/coreos/units/docker.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/coreos/units/docker.service b/docs/getting-started-guides/coreos/units/docker.service index 2a2f8147f8c6d..47afb341af40a 100644 --- a/docs/getting-started-guides/coreos/units/docker.service +++ b/docs/getting-started-guides/coreos/units/docker.service @@ -5,7 +5,7 @@ Documentation=http://docs.docker.io [Service] ExecStartPre=/bin/mount --make-rprivate / -ExecStart=/usr/bin/docker -d -s=btrfs -H fd:// -b cbr0 --iptables=false +ExecStart=/usr/bin/docker -d -s=btrfs -H fd:// -b cbr0 --iptables=false --ip-masq=false [Install] WantedBy=multi-user.target