Sign inSign up

fcastelatos/postgres

By fcastelatos

Updated almost 10 years ago

Postgres 9.5 container

Image
0

930

fcastelatos/postgres repository overview

#to run the container docker run --name postgres -p 5432:5432 -e "http_proxy=http://:" -e POSTGRES_PASSWORD=postgres -d postgres

#to connect the postgres container from the host system : psql -h localhost -U postgres -l

#or from an external container run with '--link postgres' option : psql -h postgres -U postgres -l

Tag summary

Content type

Image

Digest

Size

393.9 MB

Last updated

almost 10 years ago

docker pull fcastelatos/postgres