remove special treatment of /etc/docker/daemon.conf as we no longer have a watch on it

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-06-08 13:47:09 +01:00
parent 087189b0f9
commit 30eeba673a

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