Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 523 Bytes

Create and start cluster

First, you could create and start cluster by command docker-compose up

docker-compose up

List containers

You could check containers by command docker-compose ps

docker-compose ps

Work with Pulsar

Then you could work with Pulsar cluster. The binary port is 6650, the http port is 8080.

stop and remove resouces

You could stop and remove resouces by command docker-compose down

docker-compose down

more command refer to command docker-compose --help