Skip to content

Commit

Permalink
Use fully-qualified name for docker image (apache#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijie authored and merlimat committed Nov 7, 2017
1 parent 53f4de7 commit 122cc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/latest/admin/Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To run the dashboard:
$ SERVICE_URL=http://broker.example.com:8080/
$ docker run -p 80:80 \
-e SERVICE_URL=$SERVICE_URL \
pulsar-dashboard
apachepulsar/pulsar-dashboard
```

You need to specify only one service URL for a Pulsar cluster. Internally, the collector will figure out all the existing clusters and the brokers from where it needs to pull the metrics. If you're connecting the dashboard to Pulsar running in {% popover standalone %} mode, the URL will be `http://localhost:8080` by default.
Expand Down

0 comments on commit 122cc15

Please sign in to comment.