First, you could create and start cluster by command docker-compose up
docker-compose up
You could check containers by command docker-compose ps
docker-compose ps
Then you could work with Pulsar cluster. The binary port is 6650, the http port is 8080.
You could stop and remove resouces by command docker-compose down
docker-compose down
more command refer to command docker-compose --help