You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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?