Comment 3 for bug 1990664

Revision history for this message
Vinicius Antonio do Nascimento (souovan) wrote :

Please close this issue.

Although the README says to run like this:

```
docker run -d --name kafka-container -e TZ=UTC -p 9092:9092 -e ZOOKEEPER_HOST=host.docker.internal ubuntu/kafka:3.1-22.04_beta
```

it was only possible to run on ubuntu 20.04 like this:

```
docker run -d --name kafka -e TZ=UTC -e -p 9092:9092 -e ZOOKEEPER_HOST=172.17.0.1 -e ZOOKEEPER_PORT=2181 ubuntu/kafka:3.1-22.04_beta
```