Skip to content

Commit

Permalink
Merge pull request kubernetes#4929 from thockin/docker_dash_r
Browse files Browse the repository at this point in the history
Stop using Docker's -r flag
  • Loading branch information
rjnagal committed Mar 2, 2015
2 parents f7e2550 + d46146d commit db907b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/docker/docker-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ DOCKER_OPTS=""
{% if grains.docker_opts is defined and grains.docker_opts %}
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
{% endif %}
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false"
DOCKER_NOFILE=1000000

0 comments on commit db907b8

Please sign in to comment.