criteo / cassandra_exporter

Apache Cassandra® metrics exporter for Prometheus
Apache License 2.0
168 stars 96 forks source link

docker entrypoint runs sed on config which is read only #100

Closed nvtkaszpir closed 2 years ago

nvtkaszpir commented 3 years ago

In general entrypoint executes sed on the app config. If your containers are read only, then guess what, there is an error and it dies.

Workaround: