ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little 
Information
URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484981058
 
 
   I tried out this and it worked:
   ```
   docker run -it \
                                                    -p 6650:6650 \
                                                  -p 80:80  -p 8080:8080 \
                                                    -v 
$PWD/pulsar-data:/pulsar/data \
                                                    
apachepulsar/pulsar-standalone:latest
   ```
   
   Weird thing is that I have to wait a couple of minutes before data becomes 
visible. The UI is there, but it shows "No tenants" etc... but after a couple 
of minutes of starts to appear. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to