EOX GitLab Instance

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

outputing the created containers

parent 73786d90
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
while [ -z $(docker ps -qf "name=vhr18-pvs_renderer") ]; do while [ -z $(docker ps -qf "name=vhr18-pvs_renderer") ]; do
>&2 echo "Container is unavailable - sleeping" >&2 docker ps
sleep 15 sleep 150
done done
\ No newline at end of file
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