Skip to content

Commit cab87a0

Browse files
Update README.md
1 parent 6271632 commit cab87a0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
![](https://github.com/PardhuMadipalli/kafka-ssl-docker/workflows/Publish%20Docker%20image/badge.svg)
2+
3+
The docker image is available on [Docker Hub](https://hub.docker.com/r/pardhu1212/kafka-ssl)
4+
5+
Run this command to pull the image: **`docker pull pardhu1212/kafka-ssl`**
6+
27
# Kafka broker with SSL enabled using Docker
38
- [Table of Contents](#kafka-broker-with-ssl-enabled-using-docker)
49
* [Quickstart](#quickstart)
@@ -23,17 +28,21 @@
2328
| KEY_STORE | /kafka_2.12-2.5.0/ssl/server.keystore.jks | LOW | Keystore jks file path to be used inside docker container. |
2429

2530

26-
Example: `docker run --net=host --init -d --name=kafkassl -e PASSWORD=abc123def kafka-ssl-image`
31+
Example of setting environment variable `PASSWORD`:
32+
```
33+
docker run --net=host --init -d --name=kafkassl -e PASSWORD=abc123def pardhu1212/kafka-ssl
34+
```
2735

2836

2937
### Purpose
3038
- The primary purpose of the project is to create a kafka container with SSL enabled.
31-
- The secondary goal of the project is to learn various docker commands and an important supervisor process called **runit**
39+
- The secondary goal of the project is to learn various docker commands and an important supervisor process called **runit**. Details will be explained in the further sections.
3240

3341
## Description
3442

35-
### Used tools
43+
### Used tools
3644

3745
- Java (openJDK)
3846
- Openssl
3947
- runit
48+

0 commit comments

Comments
 (0)