Created
August 1, 2019 01:05
-
-
Save Gueka/c0913d99108ee5760e8a2753a03994f8 to your computer and use it in GitHub Desktop.
Start a docker instance of Cassandra database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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