Skip to content

Commit

Permalink
Merge pull request kubernetes#2255 from rabi/master
Browse files Browse the repository at this point in the history
Update docker.service
  • Loading branch information
jbeda committed Nov 11, 2014
2 parents 10c2a98 + 6ddb7cb commit 5050128
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 5050128

Please sign in to comment.