Cannot connect to local datastax cassandra running in docker Cannot connect to local datastax cassandra running in docker docker docker

Cannot connect to local datastax cassandra running in docker


Instead of 127.0.0.1:9092 or localhost:9042 you either need to specify my-dse:9042 or your_machine_ip:9042. The main problem is that for every Docker image, the localhost is uniq to that container, and in the Studio container there is no DSE process listening on the port 9042