I am following the guide given on the official website(https://cassandra.apache.org/_/quickstart.html) I don't have much experience with docker so I need help, what can I do to make this work.
first I run this
docker run --name cassandra cassandra
2nd
docker run --rm -d --name cassandra_host --hostname cassandra_host --network cassandra cassandra
and I get the below error
docker: Error response from daemon: network Cassandra not found.