Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-17 18:27:42 +00:00
parent 65c187a0dd
commit c18749b761

View File

@ -25,7 +25,7 @@ start()
mount --bind "${DRIVERDIR}/log" /var/log
for f in /var/tmp/log/*
do
cat -a $f >> /var/log/$(basename $f)
cp -a $f >> /var/log/$(basename $f)
done
fi