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
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: