mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Test: Print docker container logs during startup.
This commit is contained in:
@@ -139,8 +139,8 @@ check_container() {
|
||||
docker exec dokku ps -ef | grep "/usr/sbin/sshd -D" >/dev/null 2>&1
|
||||
echo $?
|
||||
)
|
||||
echo "" && docker logs dokku
|
||||
if [[ $is_up -eq 0 ]]; then
|
||||
echo "" && docker logs dokku
|
||||
break
|
||||
fi
|
||||
sleep 2
|
||||
|
||||
Reference in New Issue
Block a user