banner
Tenifs

Tenifs

雄关漫道真如铁,而今迈步从头越。
github
email

Install PostgreSQL with Docker

Pull Image#

docker pull postgres:latest

Run Container#

docker run --name postgres -e POSTGRES_PASSWORD=123456 -p 5432:5432 -d postgres

Username: postgres
Password: 123456

Reference#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.