Merge pull request #186 from justincormack/configsimplify

remove special treatment of /etc/docker/daemon.conf as we no longer h…
This commit is contained in:
Justin Cormack 2016-06-08 13:48:40 +01:00
commit d30636d93e

View File

@ -25,12 +25,6 @@ start()
mkdir -p $(dirname $f)
mobyconfig get $f > $f
done
rm -f /etc/docker/daemon.json
fi
# leave in same place as we have a watch
if mobyconfig exists /etc/docker/daemon.json
then
DOCKER_OPTS="${DOCKER_OPTS} --config-file=$(mobyconfig path /etc/docker/daemon.json)"
fi
if mobyconfig exists network
then