docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

expose VOLUME

Open mickhansen opened this issue 9 years ago • 7 comments

Not being that experienced with kafka it would be nice to have a VOLUME exposed for easily setting up a data container.

mickhansen avatar Mar 19 '15 09:03 mickhansen

+1

rucka avatar Aug 04 '15 14:08 rucka

+1

lpicanco avatar Jan 16 '16 21:01 lpicanco

+1

mjp0 avatar Mar 09 '16 19:03 mjp0

+1

shiny avatar Jun 16 '16 15:06 shiny

How easy is it to do this?

DaveVdE avatar Aug 08 '16 08:08 DaveVdE

@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

mickhansen avatar Aug 08 '16 09:08 mickhansen

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.

DaveVdE avatar Aug 08 '16 13:08 DaveVdE