Supported tags: So far there are no other tags than 'latest'.
Dockerfile: https://github.com/LaatuGroup/dockers/blob/master/postgresql/9.5/Dockerfile
Environment variables (passed with -e): POSTGRES_DB - database to be created, it has to be different than 'postgres'; POSTGRES_USER - user account to be created; it has to be different than 'postgres' and it will be granted SUPERUSER privileges; POSTGRES_PASSWORD - password to be set for the user; if POSTGRES_USER will not be provided then 'postgres' user will get this password.
If POSTGRES_PASSWORD is not provided then no password will be needed to access the user.
Data directory: /var/lib/posgresql/data You may use -v to point any local directory to be your database data.
Content type
Image
Digest
Size
363.2 MB
Last updated
over 10 years ago
docker pull laatugroup/postgresql