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 d2777d3 commit fb455cbCopy full SHA for fb455cb
bin/docker-wait-on-containers.sh
@@ -10,12 +10,5 @@ do
10
docker ps -a --filter label=compas
11
done
12
13
-# status=exited
14
-containers=$(docker ps -a -q --filter name=compas-keycloak-1)
15
-if [ -n "$containers" ]; then
16
- echo "Some containers are exited."
17
- docker logs $containers
18
-fi
19
-
20
echo "Done no containers with filter 'health=starting'."
21
0 commit comments