Docker Volume Encryption

Requirement : When I map host system directory to docker directory using volume.
I want to encrypt the data or make it inaccessible outside container but it should be decrypted or accessible inside container.
Is it possible with using any tool or docker in build tools ?

1 Like

please help us with the screenshots explaining the issue. We will check and help you out.

Have you tried mounting the encrypted filesystem on the host and then bind it into the container ?

–mtx