We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44b3db commit 2a641cdCopy full SHA for 2a641cd
nifi/cql-processor/dockers/cassandra.sh
@@ -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