Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jul 18, 2024
1 parent 291b50e commit b8b9054
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ dive build -t <tag-name> .

## Quick start!

[**Available images**](https://hub.docker.com/r/devopsiaci/cruise-control/tags)

### Configure `cruise-control.properties`

Review: [sample.cruise-control.properties](./config/cruisecontrol.properties)

### Run container

```command
docker run --name <container-name> \
-p 9090:9090 \
-v config:/cruise-control/config \
-v config/config.csv:/cruise-control/config \
jdk11-cc2.5.138
```

## Build your custom image!

**REMEMBER**: Kafka and Cruise Control must be have the same Java running version. If you want other Java version check "Change Java version" and rebuild the image. [**All allowed tags**](https://hub.docker.com/r/devopsiaci/cruise-control/tags).

### Pull image
Expand All @@ -40,8 +58,10 @@ docker build -t <tag-name> .

You **must** change the next values with your properly nodes:

* bootstrap.servers=`<list-kafka-brokers>`
* zookeeper.connect=`<list-zookeeper>`
```console
bootstrap.servers=<list-kafka-brokers>
zookeeper.connect=<list-zookeeper>
```

### Run container

Expand Down

0 comments on commit b8b9054

Please sign in to comment.