#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
Content type
Image
Digest
Size
393.9 MB
Last updated
almost 10 years ago
docker pull fcastelatos/postgres