|
@ -956,7 +956,7 @@ wait_for_docker_ip() { |
|
|
done < <(image_exposed_ports_0 "$container_id") |
|
|
done < <(image_exposed_ports_0 "$container_id") |
|
|
|
|
|
|
|
|
## Checking direct connection |
|
|
## Checking direct connection |
|
|
timeout=30 |
|
|
|
|
|
|
|
|
timeout=120 |
|
|
start=$SECONDS |
|
|
start=$SECONDS |
|
|
while true; do |
|
|
while true; do |
|
|
if err=$(echo "$check_command" | ddb 2>&1 >/dev/null); then |
|
|
if err=$(echo "$check_command" | ddb 2>&1 >/dev/null); then |
|
|