mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update kafka-ui
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
kafka-ui
|
||||
========
|
||||
|
||||
[kafka-ui][1], Open-Source Web UI for Apache Kafka Management.
|
||||
|
||||
```bash
|
||||
$ mkdir -p data/{zookeeper,kafka}
|
||||
$ chmod -R 777 data
|
||||
$ docker-compose up -d
|
||||
$ curl http://127.0.0.1:8080
|
||||
```
|
||||
|
||||
[1]: https://github.com/provectus/kafka-ui
|
||||
|
||||
Reference in New Issue
Block a user