Merge pull request #21727 from dchen1107/test

Remove potential corrupted docker network checkpoint file before star…
This commit is contained in:
Prashanth B 2016-02-22 17:52:16 -08:00
commit c833a14898

View File

@ -25,6 +25,10 @@ while pidof docker > /dev/null; do
sleep 10
done
# cleanup docker network checkpoint to avoid running into known issue
# of docker (https://github.com/docker/docker/issues/18283)
rm -rf /var/lib/docker/network
/etc/init.d/docker start
echo "waiting 30s for startup"