This image uses the open source TDE version of postgresql created by Cybertec
274
This image uses the open source TDE version of postgresql created by Cybertec
The default key provider just echos the environment variable POSTGRES_TDE_KEY. It is recommended that you override this functionality by creating your own script that echos your encryption key and replace the script at /opt/pgtde/scripts/provide_key.sh
% docker run -d -p 5432:5432 -v /path/to/your/script.sh:/opt/pgtde/scripts/provide_key.sh iamfrisbee/postgresql-tde
If you want to mount a local directory to contain the postgres database cluster, mount to /var/lib/pgsql
% docker run -d -p 5432:5432 -v /path/to/your/cluster:/var/lib/pgsql iamfrisbee/postgresql-tde
Content type
Image
Digest
Size
354.6 MB
Last updated
over 4 years ago
docker pull iamfrisbee/postgresql-tde