docker run --name some-postgres -p 54320:5432 -e POSTGRES_PASSWORD=mysecretpassword -d tunaiplus/postgres:1.0.0
docker exec -it some-postgres psql -U postgres --password
Setelah berhasil masuk kedalam psql, Lakukan command :
# SELECT 1;
Content type
Image
Digest
Size
122 MB
Last updated
almost 8 years ago
docker pull tunaiplus/postgres:1.0.0