docker compose files for sample apps
docker compose for run containers zookeper, broker and kafka dev tools.
documentation:
-
command to keep container alive => command: ["tail", "-f", "/dev/null"]
-
properties: network_mode: host => share the same network space with the Host.
commands:
- execute docker compose => docker-compose up
- enter the container => docker exec -ti bash
references: