Skip to content

Instantly share code, notes, and snippets.

@phamtm
Created April 4, 2016 03:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phamtm/23517916d04db2fd855f6a912d789010 to your computer and use it in GitHub Desktop.
Save phamtm/23517916d04db2fd855f6a912d789010 to your computer and use it in GitHub Desktop.
cassandra-docker-start.sh
!#/bin/bash
# 7000-7001/tcp, 7199/tcp, 9042/tcp, 9160/tcp
docker run --name c33 -p 7000:7000 -p 7001:7001 -p 7199:7199 -p 9042:9042 -p 9160:9160 -d cassandra:3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment