Skip to content

docker compose quick start

YIDWang edited this page Dec 17, 2018 · 3 revisions

Prerequisites

Make sure you have installed the following items on your machine:

Deploy Tips using Docker Compose

Download tips-docker-compose.

git clone https://github.com/tipsio/tips.git

Change the directory to tips-docker-compose and get the latest Tips Docker Images:

cd  && docker-compose pull

Start the Tips cluster:

docker-compose up -d

Use the curl to connect to Tips to read and write data:

curl 127.0.0.1:80/v1/topics/t1 -XPUT
Clone this wiki locally