Skip to content

Commit

Permalink
Update docker.service
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rabi committed Nov 10, 2014
1 parent e868642 commit 6ddb7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/coreos/units/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ddb7cb

Please sign in to comment.