Sign inSign up

juliogonzalez/ubuntu12.04-postgresql

By juliogonzalez

Updated over 9 years ago

Ubuntu 12.04 images with PostgreSQL official packages

Image
0

5.2K

juliogonzalez/ubuntu12.04-postgresql repository overview

What is this?

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

WARNING: This image is not maintained anymore, as Ubuntu 12.04 is EoL.

Unsupported and NOT maintained tags:

  • 9.6
  • 9.5
  • 9.4
  • 9.3
  • 9.2

How to launch:

docker run -t --name test -e "DB_NAME=mydbname" -e "DB_PASS=mydbpassword" juliogonzalez/ubuntu12.04-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 /etc/postgresql, /var/log/postgresq and /var/lib/postgresql are external to the container.

Tag summary

Content type

Image

Digest

Size

89.9 MB

Last updated

over 9 years ago

docker pull juliogonzalez/ubuntu12.04-postgresql:9.2