Re: ServerError: java.lang.AssertionError on running Docker container with mounted data directory

2020-06-13 Thread Erick Ramirez
I haven't validated the rest of your docker config but what stood out to me is that you are using the same directory for both containers. You can't share the same location -- they have to be unique. Try using something like C:\Users\manuc\Documents\manu\container1\dockerdata and C:\Users\manuc\Do

persist data such that a new container can reuse existing schema and data

2020-06-13 Thread Manu Chadha
Hi I create a Cassandra Container, run it, create schema and add data to it. When I later stop the Container and delete it and create a new one from the image, the previously created schema and data is lost. Can I/How can I persist data and schema such that whenever a container is created from

ServerError: java.lang.AssertionError on running Docker container with mounted data directory

2020-06-13 Thread Manu Chadha
I am running Cassandra Docker image on my Windows 10 following the steps here -https://hub.docker.com/_/cassandra Specifically about the section - Where to store data - I have started the Images as follows container 1 docker run -v C:\Users\manuc\Documents\manu\dockertest\dockerdata:/va