mirror of https://github.com/docker/docs.git
longer retries
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
4748bb14dd
commit
0bddb0096f
|
|
@ -82,7 +82,7 @@ function retry() {
|
|||
|
||||
# Waits until the given docker engine API becomes reachable.
|
||||
function wait_until_reachable() {
|
||||
retry 10 1 docker -H $1 info
|
||||
retry 15 1 docker -H $1 info
|
||||
}
|
||||
|
||||
# Start the swarm manager in background.
|
||||
|
|
|
|||
Loading…
Reference in New Issue