Skip to content

Commit

Permalink
(chore) fix new line in bash kafka docs (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio authored May 24, 2024
1 parent 0d26043 commit 6625b16
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions oci/kafka/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ description: |
Deploy the ZooKeeper service
```bash
docker run --detach \
--network kafka-network --name zookeeper \
ubuntu/zookeeper:3.8-22.04_edge
docker run --detach --name zookeeper --network kafka-network ubuntu/zookeeper:3.8-22.04_edge
```
Finally, deploy the Kafka service
```
docker run --detach \
--name kafka --network kafka-network -p 9092:9092 \
kafka:3.6-22.04_edge
docker run --detach --name kafka --network kafka-network -p 9092:9092 ubuntu/kafka:3.6-22.04_edge
```
# --- USAGE INFORMATION ---
Expand Down

0 comments on commit 6625b16

Please sign in to comment.