Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Configuration of cassandra should be modified prior to entrypoint script #12

Open
VadimKirilchuk opened this issue Apr 28, 2015 · 1 comment

Comments

@VadimKirilchuk
Copy link

The issue is that if I'd make an image from spotify/cassandra-singlenode with modified configuration I had to modify script file which runs in entrypoint. Also the changes would be applied only when entrypoint is executed.

It looks confusing. Why singlenode configuration can't be set in image itself, i.e.
RUN sed -i .... && sed -i ...

So, entrypoint could be just a simple command like "cassandra -f".

Wdyt?

@saidbouras
Copy link

saidbouras commented Sep 14, 2017

Yes, it's less confusing to configure when building the image, i use this image for all my integration tests with cassandra and it works fine.
https://github.com/saidbouras/cassandra-docker-unit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants