EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 2b29d103 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

further debugging

parent fb48f88d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
while [ -z $(docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py id list) ]; do
>&2 echo "Collection is not created yet - sleeping"
tail /var/log/messages
docker ps --no-trunc emg-pvs_registrar
docker service ls
docker images
sleep 20
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment