In this folder path run the following command to start the cluster
docker-compose up
Assuming localhost the the following endpoint will be available
web-dashboard pulsar admin dashboard, shows various metrics and metatdata information about the cluster
broker-admin access broker rest interface
broker-service-url broker service url for use with producers and consumers
You can shut it down with the following command in folder path
docker-compose down