According to the manual, PostgreSQL supports 'Data Partition Encryption' in order to store the data encrypted at rest on the system.
For my next application I want to containerize PostgreSQL using Docker. Unfortunately I have not found any option, to encrypt the database files within this Docker container to protect the data. I thought about something like entering a password when the container is starting to decrypt all the needed files at runtime.
Has anyone experience with this?