I am getting error
An exception was caught and reported. Message: commitlog directory '/var/lib/cassandra/commitlog' or, if it does not already exist, an existing parent directory of it, is not readable and writable for the DSE. Check file system and configuration. at com.datastax.bdp.DseModule.configure(Unknown Source)"
when I tried to give the command with "-v /var/lib/container/dse-node-01:/var/lib/cassandra" From the documentation https://docs.datastax.com/en/docker/doc/docker/docker60/dockerDataVolumes.html it says if I mount /var/lib/cassandra to a location it should create all commitlog, data, savedcaches directories.
Similar question raised in SOF https://stackoverflow.com/questions/56648309/unable-to-volume-mount-in-datastax-enterprise-server-container
Please help if I am doing any thing wrong here.