In servers like the ones available in sepia labs, users might hit rate
limiting for docker pull, it is better to use quay image to avoid this
issue.
https://blog.container-solutions.com/dealing-with-docker-hub-rate-limiting
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
-p 16686:16686 \
-p 14268:14268 \
-p 14250:14250 \
- jaegertracing/all-in-one:1.20
+ quay.io/jaegertracing/all-in-one
fi
-
debug echo "vstart cluster complete. Use stop.sh to stop. See out/* (e.g. 'tail -f out/????') for debug output."
echo ""