Sign inSign up

juliogonzalez/centos6-postgresql

By juliogonzalez

Updated almost 6 years ago

CentOS 6 images with PostgreSQL official packages

Image
0

4.0K

juliogonzalez/centos6-postgresql repository overview

What is this?

Just a set of CentOS 6 images with the official PostgreSQL packages that I am using at some Continuous Integration environments.

This is an EoL distribution and not maintained anymore. It's here only for reference.

Supported tags:

  • None

Unsupported and NOT maintained tags:

  • All (Distribution is EoL)

How to launch:

docker run -t --name test -e "DB_NAME=mydbname" -e "DB_PASS=mydbpassword" juliogonzalez/centos6-postgresql:9.2

DB_NAME and DB_PASS are optional.

If DB_NAME is present, a database will be created when the container is launched.

If DB_PASSWORD is present, the specified password will be applied to the postgres user. Otherwise a random password will be created.

By default the container will expose port TCP 5432, and you will be able to access with the user postgresql

You can also specify volumes so /var/lib/pgsql is external to the container.

Tag summary

Content type

Image

Digest

Size

175 MB

Last updated

almost 6 years ago

docker pull juliogonzalez/centos6-postgresql:12