I’m trying to create a dockerized environment for testing purposes. I am using docker-compose to bring up a small cluster, and I want to set up persistence using volumes.
Which directories inside the container should I mount? Currently I am persisting /opt/aerospike/data/
but I notice that the users/roles that I create are not persisted on container recreation.