-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile #295
base: master
Are you sure you want to change the base?
Dockerfile #295
Conversation
add sample Dockerfile
Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄 |
CLA is valid! |
This will generate a rather large container. |
I've been using this image very successfully for some time now: https://hub.docker.com/r/sheepkiller/kafka-manager/ It allows for ENV variable based configuration, is generally very stable, and has an alpine based option. |
You can use https://github.com/hleb-albau/kafka-manager-docker/blob/master/Dockerfile this one. It generates 118mb image. See https://hub.docker.com/r/hlebalbau/kafka-manager/ |
I've made a docker build embedded into sbt by sbt docker plugin, so |
Sample Dockerfile