We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had some little issue when i tried the quick start guide.
Edited a little bit the Dockerfile.
FROM mashape/docker-java7 MAINTAINER Marco Palladino, [email protected] ENV CASSANDRA_VERSION 2.2.4 # adding repo to yum RUN echo -e "[datastax]\nname = DataStax Repo for Apache Cassandra\nbaseurl = http://rpm.datastax.com/community\nenabled = 1\ngpgcheck = 0" > /etc/yum.repos.d/datastax.repo RUN yum -y install dsc22-$CASSANDRA_VERSION cassandra22-$CASSANDRA_VERSION RUN sed -i -r -e 's@^rpc_address.*$@rpc_address: 0\.0\.0\.0@' /etc/cassandra/conf/cassandra.yaml RUN sed -i -r -e 's@^# broadcast_rpc_address.*$@broadcast_rpc_address: 127\.0\.0\.1@' /etc/cassandra/conf/cassandra.yaml VOLUME ["/var/lib/cassandra", "/etc/cassandra"] CMD ["cassandra", "-f"] EXPOSE 22 8888 7000 7001 7199 9042 9160
I send you a pull request asap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had some little issue when i tried the quick start guide.
Edited a little bit the Dockerfile.
I send you a pull request asap
The text was updated successfully, but these errors were encountered: