Configure docker with larger open files.

This commit is contained in:
Dawn Chen 2015-02-11 17:23:05 -08:00
parent af54c62766
commit 23b8b5ea6a

View File

@ -3,3 +3,4 @@ DOCKER_OPTS=""
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
{% endif %}
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
DOCKER_NOFILE=1000000