mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Remove potential corrupted docker network checkpoint file before start docker
again.
This commit is contained in:
parent
6c5f07d58e
commit
d922ddef8c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user