Skip to content

Instantly share code, notes, and snippets.

@yesaulov
Last active December 3, 2015 22:29
Show Gist options
  • Save yesaulov/f79446de9ca8c2be98c6 to your computer and use it in GitHub Desktop.
Save yesaulov/f79446de9ca8c2be98c6 to your computer and use it in GitHub Desktop.
#!/bin/sh
docker run -d -v $(pwd)/data:/data -p 127.0.0.1:9042:9042 -p 127.0.0.1:9160:9160 -h some-cassa spotify/cassandra:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment