Skip to content

Commit

Permalink
Add jaeger opentracing deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Swarvanu Sengupta <swarvanusg@gmail.com>
  • Loading branch information
s8sg committed Aug 16, 2018
1 parent ed6f820 commit 360eae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tracer/deploy_swarm.sh
@@ -0,0 +1,5 @@
docker service rm jaegertracing
docker pull jaegertracing/all-in-one:latest
docker service create --constraint="node.role==manager" --detach=true \
--network func_functions --name jaegertracing -p 5775:5775/udp -p 16686:16686 \
jaegertracing/all-in-one:latest

0 comments on commit 360eae8

Please sign in to comment.