Skip to content

Commit 2a641cd

Browse files
committed
Create cassandra.sh
1 parent a44b3db commit 2a641cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
docker network create testnet
4+
docker pull cassandra:5.0.4
5+
docker run --name cassandra -p 9042:9042 -p 7199:7199 -d --network testnet cassandra:5.0.4
6+

0 commit comments

Comments
 (0)