Improved checking of container health

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-06-14 07:56:31 +02:00
parent 6019e48811
commit 4ace5fb9a6

View File

@ -27,7 +27,7 @@ launch_containers() {
log "running docker-compose"
docker-compose up -d
wait_for_sleep_cycle_in_container "piler1"
wait_until_container_is_healthy "piler1"
docker-compose ps