[Docker] Is it possible to use integrated storage with the official Vault image?

Hi there!

I’m new to Vault, and I would like to know if it’s possible to use the integrated storage backend with the Vault Docker image, and why.

Thanks a lot :slight_smile:

You can use any available storage engine in containers. For integerated storage and docker, just need to persist your data somehow, such as named volumes, or mounting a host directory.

A really great thank you sir.