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.
|
Some typical docker compose examples.
|
||||||
|
|
||||||
# Install Docker and Docker Compose
|
If you're not familiar with Docker, can have a look at these books (in CN):
|
||||||
Take ubuntu for example
|
|
||||||
|
|
||||||
```sh
|
* [Docker Practice](https://github.com/yeasy/docker_practice)
|
||||||
|
|
||||||
|
# Install Docker&Docker Compose
|
||||||
|
|
||||||
|
```bash
|
||||||
$ curl -sSL https://get.docker.com/ | sh
|
$ curl -sSL https://get.docker.com/ | sh
|
||||||
$ sudo pip install docker-compose
|
$ 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.
|
See [hyperledger](hyperledger) for more details.
|
||||||
|
|
||||||
|
## [kafka](kafka)
|
||||||
|
Start a simple kafka service for testing.
|
||||||
|
|
||||||
## [mongo_cluster](mongo_cluster)
|
## [mongo_cluster](mongo_cluster)
|
||||||
Start 3 mongo instance to make a replica set.
|
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.*.
|
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
|
## Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue