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