Skip to content

Buildah script to create a kafka podman/docker based on a fedora.

Notifications You must be signed in to change notification settings

j-mechacorta/buildah-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Buildah script to create a kafka server

This image is based on a fedora image which is not as lightweight as something like alpine.

IMPORTANT it's intended to be for testing purposes and no optimizations or configuration changes have been implemented other than the listener_ip.

requirements:

  • podman
  • buildah

Install packages (fedora/rhel/centos)

$ dnf install podman buildah

Start Container

podman run --name kafkapod -p 9092:9092 {{ container_id | container_name:tag }}

About

Buildah script to create a kafka podman/docker based on a fedora.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages