Sign inSign up

allisson/docker-postgresql

By allisson

Updated almost 11 years ago

Image
4

505

allisson/docker-postgresql repository overview

Run container:

docker run -d -p 2222:22 -p 5432:5432 allisson/docker-postgresql

SSH access:

ssh [email protected] -p 2222 # password: root

Psql access:

psql -U postgres -h 127.0.0.1 # password: postgres

Tag summary

Content type

Image

Digest

sha256:cf17ecc3b

Size

256.1 MB

Last updated

almost 11 years ago

docker pull allisson/docker-postgresql