tree: fcf0be4599636efb850cd42d9895d39ff0f8985e [path history] [tgz]
  1. Dockerfile
  2. pom.xml
  3. README.md
  4. tubemq-docker.sh
inlong-tubemq/tubemq-docker/tubemq-all/README.md

tubemq-all docker image

TubeMQ standalone is available for development and experience.

Pull Image
docker pull inlong/tubemq-all:1.3.0
Start Standalone Container
docker run -p 8080:8080 -p 8715:8715 -p 8123:8123 -p 2181:2181 --name tubemq -d inlong/tubemq-all:latest

this command will start zookeeper/master/broker service in one container.

Add Topic

If the container is running, you can access http://127.0.0.1:8080 to see the web GUI, and you can reference to the Add Topic part of user guide