Add kafka link

pull/108/head
Baohua Yang 2017-09-15 13:33:44 +08:00
parent f05796a998
commit a403f30211
2 changed files with 9 additions and 7 deletions

View File

@ -2,10 +2,13 @@ Docker Compose Files
===
Some typical docker compose examples.
# Install Docker and Docker Compose
Take ubuntu for example
If you're not familiar with Docker, can have a look at these books (in CN):
```sh
* [Docker Practice](https://github.com/yeasy/docker_practice)
# Install Docker&Docker Compose
```bash
$ curl -sSL https://get.docker.com/ | sh
$ sudo pip install docker-compose
```
@ -33,6 +36,9 @@ Quickly bootup a hyperledger cluster with several validator nodes, without vagra
See [hyperledger](hyperledger) for more details.
## [kafka](kafka)
Start a simple kafka service for testing.
## [mongo_cluster](mongo_cluster)
Start 3 mongo instance to make a replica set.

View File

@ -4,10 +4,6 @@ This project provides several useful Docker-Compose script to help quickly bootu
Currently we support Kakfa 0.11.*.
If you're not familiar with Docker, can have a look at these books (in CN):
* [Docker Practice](https://github.com/yeasy/docker_practice)
## Start
```bash