feat: 增加Cassandra扫描和测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 07:04:12 +08:00
parent 0a9c732ee8
commit fe1b92cc98
9 changed files with 134 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t cassandra-weak .
docker run -d --name cassandra-test -e CASSANDRA_AUTHENTICATOR=AllowAllAuthenticator -p 9042:9042 -p 9160:9160 cassandra:3.11