-
Notifications
You must be signed in to change notification settings - Fork 2
docker compose quick start
YIDWang edited this page Dec 17, 2018
·
3 revisions
Make sure you have installed the following items on your machine:
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