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
Content type
Image
Digest
sha256:cf17ecc3b…
Size
256.1 MB
Last updated
almost 11 years ago
docker pull allisson/docker-postgresql