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 333 forks source link

Fix directory creation when /tmp/certs exists #68

Closed peteches closed 6 years ago

peteches commented 6 years ago

We've had issues when trying to keep the keystore on a docker volume.


This change is Reviewable

andmarios commented 6 years ago

Hi @peteches, thanks for the fix!

With the current release (1.0.x) we switched our startup script to use set -e, so it will be more robust, but as a consequence, it can fail on such small things and it's impossible to think of all the possible scenarios.