Skip to content

Instantly share code, notes, and snippets.

@Gueka
Created August 1, 2019 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gueka/c0913d99108ee5760e8a2753a03994f8 to your computer and use it in GitHub Desktop.
Save Gueka/c0913d99108ee5760e8a2753a03994f8 to your computer and use it in GitHub Desktop.
Start a docker instance of Cassandra database
docker run -e DS_LICENSE=accept --memory 3g -p 9042:9042 --name my-cassandra -d datastax/dse-server -g -s -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment