fix fstab && better retry logic for docker pull
This commit is contained in:
@@ -5,10 +5,9 @@ depend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
until docker info >/dev/null 2>&1; do
|
until docker pull git.sfclub.cc/cloud/workspace-image:latest; do
|
||||||
sleep 2
|
sleep 10
|
||||||
done
|
done
|
||||||
docker pull git.sfclub.cc/cloud/workspace-image:latest
|
|
||||||
}
|
}
|
||||||
|
|
||||||
command="/usr/bin/bubble"
|
command="/usr/bin/bubble"
|
||||||
|
|||||||
Reference in New Issue
Block a user