docker pull zsrd/postgresql:10
docker run -id --restart=always --name postgres10 -p 5432:5432 -e POSTGRES_PASSWORD=123456 zsrd/postgresql:10
docker pull postgres:10
docker run -id --restart=always --name postgres10 -p 5432:5432 -e POSTGRES_PASSWORD=123456 postgres:10
Content type
Image
Digest
Size
69.8 MB
Last updated
over 5 years ago
docker pull zsrd/postgresql:10