Do not restart docker

This commit is contained in:
nicolas.dorier 2018-12-06 23:18:06 +09:00
parent b0877392c5
commit 49a759943c

View File

@ -23,7 +23,6 @@ echo "{
\"log-opts\": {\"max-size\": \"5m\", \"max-file\": \"3\"}
}" > /etc/docker/daemon.json
echo "Setting limited log files in /etc/docker/daemon.json"
[ -x "$(command -v systemctl)" ] && systemctl restart docker
fi
. ./build.sh