Created
April 4, 2016 03:48
-
-
Save phamtm/23517916d04db2fd855f6a912d789010 to your computer and use it in GitHub Desktop.
cassandra-docker-start.sh
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
!#/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