rvashishth edited a comment on issue #5567: dashboard is unable to connect with 
borker cluster
URL: https://github.com/apache/pulsar/issues/5567#issuecomment-552474954
 
 
   i am using mac. Below is the first command to run [doc - docker 
standalone](https://pulsar.apache.org/docs/en/standalone-docker/)
   
   `docker run -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data 
apachepulsar/pulsar:2.4.1 bin/pulsar standalone`
   
   This will start the pulsar cluster, accessible at localhost:8080, on mac the 
same will also be accessible on <http://docker.for.mac.localhost:8080/>
   
   Later i started with following command 
   `SERVICE_URL=http://docker.for.mac.localhost:8080/`
   `docker run -p 80:80 -e SERVICE_URL=$SERVICE_URL 
apachepulsar/pulsar-dashboard:2.4.1`
   
   I also tried to use `--advertised-address` but, broker standalone cluster 
didn't start with advertise address.  But starting docker standalone with this 
command didn't workout.
   
   ` docker run -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data 
apachepulsar/pulsar:2.4.1 bin/pulsar standalone 
--advertised-address=10.192.31.2`
   
   ERROR: `[main] ERROR org.apache.pulsar.PulsarStandaloneStarter - Unknown 
option: --advertised-address=10.192.31.2`
   Here the ip is my localhost ip.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to