Sign inSign up

tnsmith/kafka

By tnsmith

Updated over 2 years ago

Image
0

3.3K

tnsmith/kafka repository overview

kafka

Dockerfile for runs kafka without zookeeper.

version: '3.7'
networks:
  shared-network:
    driver: bridge
services:
  kafka:
    networks:
      - shared-network 
    image: tnsmith/kafka:2.8.0
    hostname: kafka
    container_name: kafka
    ports:
      - "9092:9092"
      - "9101:9101"
    environment:
      KAFKA_CREATE_TOPICS: "topics1,topics2,topics3"

Tag summary

Content type

Image

Digest

sha256:21cbf472c

Size

198.3 MB

Last updated

over 2 years ago

docker pull tnsmith/kafka