diff --git a/coreos-config/plays/templates/docker-daemon.json.j2 b/coreos-config/plays/templates/docker-daemon.json.j2 index b54d3ed..80b9107 100644 --- a/coreos-config/plays/templates/docker-daemon.json.j2 +++ b/coreos-config/plays/templates/docker-daemon.json.j2 @@ -1,3 +1,4 @@ +{% raw %} { "log-driver": "json-file", "log-opts": { @@ -7,3 +8,4 @@ "bip": "10.254.1.1/24", "default-address-pools":[{"base":"10.254.0.0/17","size":26}] } +{% endraw %}