docker-kafka
docker-kafka copied to clipboard
expose VOLUME
Not being that experienced with kafka it would be nice to have a VOLUME exposed for easily setting up a data container.
+1
+1
+1
+1
How easy is it to do this?
@DaveVdE I guess it's not actually strictly required since you can map directories without them being specifically exposed as VOLUME.
It would still be a nice additions for newcomers. Personally i use wurstmeister/kafka these days
You're right, I was looking for a simple docker image to get a local development env going on but I was intimidated by the wurstmeister image, but I never got this one working. The wurstmeister/kafka image worked out ok.