We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c73f5 commit 037963bCopy full SHA for 037963b
bin/docker-wait-on-containers.sh
@@ -7,7 +7,10 @@ while [ `docker ps --filter health=starting --filter label=compas -q | wc -l` -g
7
do
8
echo "Still waiting for the containers with filter 'health=starting'."
9
sleep 10
10
+ docker ps -a --filter label=compas
11
done
12
13
+docker logs compas_scl-data-service_1
14
+
15
echo "Done no containers with filter 'health=starting'."
16
docker ps -a --filter label=compas
0 commit comments