Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 677 Bytes

File metadata and controls

26 lines (17 loc) · 677 Bytes

docker-compose-files

docker compose files for sample apps

kafka

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: