mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:21:59 +01:00
Improved checking of container health
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
6019e48811
commit
4ace5fb9a6
@ -27,7 +27,7 @@ launch_containers() {
|
|||||||
|
|
||||||
log "running docker-compose"
|
log "running docker-compose"
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
wait_for_sleep_cycle_in_container "piler1"
|
wait_until_container_is_healthy "piler1"
|
||||||
|
|
||||||
docker-compose ps
|
docker-compose ps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user