Skip to content

Commit

Permalink
re-add commented out docker
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Apr 24, 2023
1 parent a4ab40e commit 085e83e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/initialize_local_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ set -e

# set key name
keyname=admin
#docker stop jaeger
#docker rm jaeger
#docker run -d --name jaeger \
# -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
# -p 5775:5775/udp \
# -p 6831:6831/udp \
# -p 6832:6832/udp \
# -p 5778:5778 \
# -p 16686:16686 \
# -p 14250:14250 \
# -p 14268:14268 \
# -p 14269:14269 \
# -p 9411:9411 \
# jaegertracing/all-in-one:1.33
# clean up old sei directory
rm -rf ~/.sei
echo "Building..."
Expand Down

0 comments on commit 085e83e

Please sign in to comment.