File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
6969
7070You can launch a kafka-proxy container for trying it out with
7171
72- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0 .3.6 \
72+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0 .3.6 \
7373 server \
7474 --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
7575 --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -88,7 +88,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
8888
8989You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
9090
91- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0 .3.6-all \
91+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0 .3.6-all \
9292 server \
9393 --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
9494 --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
You can’t perform that action at this time.
0 commit comments