Sathyanarayanan Saravanamuthu created CASSANDRA-17485: ---------------------------------------------------------
Summary: "Get Started With Apache Cassandra" - Steps are not clear Key: CASSANDRA-17485 URL: https://issues.apache.org/jira/browse/CASSANDRA-17485 Project: Cassandra Issue Type: Improvement Reporter: Sathyanarayanan Saravanamuthu In Step 2 of the [documentation|[https://cassandra.apache.org/_/quickstart.html],] there are two commands mentioned. The commands are: > docker run --name cassandra cassandra > docker run --rm -d --name cassandra --hostname cassandra --network cassandra > cassandra Both these commands start the cassandra container. If we run first command followed by second command, the second command errors out with message "container with same name already running". If we run the second command directly, the error message says that the network is not created. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org