Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scylla Docker: Add a config file option #3974

Closed
tzach opened this issue Dec 10, 2018 · 1 comment
Closed

Scylla Docker: Add a config file option #3974

tzach opened this issue Dec 10, 2018 · 1 comment
Labels
area/docker enhancement symptom/ux Concerns regarding the user experience in working with Scylla.
Milestone

Comments

@tzach
Copy link
Contributor

tzach commented Dec 10, 2018

Installation details
Scylla version (or git commit hash): 3.0

Cassandra Docker allows using an external config file using run ... cassandra -Dcassandra.config=/path/to/cassandra.yaml
Source: https://docs.docker.com/samples/library/cassandra/#configuring-cassandra

It will be useful to have a similar function for Scylla Docker

@tzach tzach added symptom/ux Concerns regarding the user experience in working with Scylla. area/docker labels Dec 10, 2018
@slivne slivne added this to the 3.x milestone Dec 13, 2018
@tzach
Copy link
Contributor Author

tzach commented May 26, 2020

This is possible via mount

$ docker run --name some-scylla --volume ~/master_scylla.yaml:/etc/scylla/scylla.yaml -d scylladb/scylla

@tzach tzach closed this as completed May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docker enhancement symptom/ux Concerns regarding the user experience in working with Scylla.
Projects
None yet
Development

No branches or pull requests

2 participants