https://github.com/jimthedev/cassandra
https://github.com/jimthedev/cassandra
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimthedev/cassandra
- Owner: jimthedev
- Created: 2015-07-30T20:44:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T22:53:42.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T03:43:28.629Z (4 months ago)
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cassandra with rpc / thrift
This image sets uses the latest cassandra image but sets enablethrift / start_rpc to true.
To run for production:
```bash
docker run -d --name cs1 jimthedev/cassandra
```To build and run for development (replace name with your name):
```bash
docker build -t /cassandra .
docker run -d --name cs1 /cassandra
```