mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 19:20:09 +00:00
change find to use keys, fix /etc/docker copying using find
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -40,7 +40,11 @@ start()
|
||||
|
||||
if mobyconfig exists etc/docker
|
||||
then
|
||||
cp -a $(mobyconfig find etc/docker) /etc/docker/
|
||||
for f in $(mobyconfig find etc/docker)
|
||||
do
|
||||
mkdir -p $(dirname $f)
|
||||
mobyconfig get $f > $f
|
||||
done
|
||||
fi
|
||||
if mobyconfig exists network
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user