new
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
```
|
||||
docker run -p 192.168.3.211:9093:8080 \
|
||||
--link kafka:kafka \
|
||||
--link zookeeper:zookeeper \
|
||||
-e KAFKA_CLUSTERS_0_ZOOKEEPER=zookeeper:2183 \
|
||||
-e KAFKA_CLUSTERS_0_NAME=dev \
|
||||
-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 \
|
||||
-d provectuslabs/kafka-ui:latest
|
||||
```
|
||||
Reference in New Issue
Block a user