Skip to content

Sample repository to deploy kafka with Confluent Platform using docker-compose

License

Notifications You must be signed in to change notification settings

kazamori/deploy-kafka-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy-kafka-with-docker

Sample repository to deploy kafka with Confluent Platform using docker-compose

Deploy with docker-compose

$ docker-compose \
  --file cp-all-in-one/cp-all-in-one/docker-compose.yml \
  --file docker-compose.override.yml \
  up -d

Confirm target services are start up.

$ docker-compose \
  --file cp-all-in-one/cp-all-in-one/docker-compose.yml \
  --file docker-compose.override.yml \
  ps

Stop kafka services.

$ docker container stop $(docker container ls -a -q -f "label=io.confluent.docker")

Then, deletes containers, networks, volumes, and images if needed.

$ docker system prune -a -f --volumes

Reference

About

Sample repository to deploy kafka with Confluent Platform using docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published