From 30eeba673aa9ee7cec34610b0632ad62aad5c4f5 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 8 Jun 2016 13:47:09 +0100 Subject: [PATCH] remove special treatment of /etc/docker/daemon.conf as we no longer have a watch on it Signed-off-by: Justin Cormack --- alpine/packages/docker/etc/init.d/docker | 6 ------ 1 file changed, 6 deletions(-) diff --git a/alpine/packages/docker/etc/init.d/docker b/alpine/packages/docker/etc/init.d/docker index cc7c2223b..8672517a7 100755 --- a/alpine/packages/docker/etc/init.d/docker +++ b/alpine/packages/docker/etc/init.d/docker @@ -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