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
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
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