Preserves (possible) additional docker-daemon settings
Created by: mxmxchere
Issue #418 is about using a proxy server in this repo. One portion of this issues is to set the proxy settings for the docker daemon in /etc/docker/daemon.json. This config file is currently provisioned in case the terraform variable mtu is set. If the mtu is set to "0" (default) and the configuration script detects a standard mtu of 1500 for the connecting interface, the file is disposed completely. In order to add other settings, the file should be preserved even if the mtu is standard 1500
Signed-off-by: Malte Münch muench@b1-systems.de