lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
https://lenses.io
Apache License 2.0
2.02k stars 331 forks source link

Fixes #141 #145

Closed georgettica closed 4 years ago

georgettica commented 4 years ago

this PR fixes #141 and is a little raw.

I know I could have used the branch feature/1.0.1/nonroot but the data there didnt help that much.

to run it you need to

docker build -t test . && \
 mkdir -p /tmp/test && \
chown 10001:10001 /tmp/test && \
docker run --rm --name fdd -P -v /tmp/test:/data fdd

this will do all of the neccesary stuff to show it works.

please check the PR and tell me what to do to make it good enough