How to define persistent storage with Vault docker

Currently all the docs on vault (docker) seem to refer to storage locations as absolute paths within the container itself, but how can you make the data persistent?

I’m very new to Vault, hoping to use it instead of Ansible Crypt, so far I have just watched a video tutorial and gone through the hashicorp Learn tutorial to deploy it for production, none of this knowledge translates well to the docker implementation though I don’t think.

I’m wondering if there is any more documentation on the vault docker implementation. So far I’m not able to figure out how to put it to use.

Thanks for any pointers!