Sign inSign up

xuxuclassmate/postgres

By xuxuclassmate

•Updated over 2 years ago

This image is modified based on the PostgreSQL v16.1 official

Image
0

1.0K

xuxuclassmate/postgres repository overview

⁠This image is modified based on the PostgreSQL v16.1 official

⁠Use method, please follow this order

⁠1、Download

docker pull xuxuclassmate/postgres

⁠2、Start Container

docker run -d --name=postgres -p 5432:5432 -e POSTGRES_PASSWORD=root@123 xuxuclassmate/postgres

OR

docker run -d --name=postgres -p 5432:5432 -v postgres-volume:/var/lib/postgresql/data -e POSTGRES_PASSWORD=root@123 xuxuclassmate/postgres

⁠3、Log in to PostgreSQL

docker exec -it postgres psql -U postgres
⁠Default account : postgres
⁠Default Password : root@123

Tag summary

Content type

Image

Digest

sha256:b4140dd3a…

Size

132.4 MB

Last updated

over 2 years ago

docker pull xuxuclassmate/postgres