For GCE, allow insecure registries anywhere in 10.0.0.0/8.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
DOCKER_OPTS=""
|
||||
{% if grains.docker_opts is defined %}
|
||||
{% set docker_opts = grains.docker_opts %}
|
||||
{% else %}
|
||||
{% set 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 -r=false"
|
||||
|
||||
Reference in New Issue
Block a user