Add kafka link
parent
f05796a998
commit
a403f30211
12
README.md
12
README.md
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue