mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
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:
commit
d30636d93e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user