Sign inSign up

tunaiplus/postgres

By tunaiplus

Updated almost 8 years ago

Image
0

1.3K

tunaiplus/postgres repository overview

Untuk menjalankan container

docker run --name some-postgres -p 54320:5432 -e POSTGRES_PASSWORD=mysecretpassword -d tunaiplus/postgres:1.0.0

Untuk query DDL dan login kedalam container

docker exec -it some-postgres psql -U postgres --password

Setelah berhasil masuk kedalam psql, Lakukan command :

# SELECT 1;

Tag summary

Content type

Image

Digest

Size

122 MB

Last updated

almost 8 years ago

docker pull tunaiplus/postgres:1.0.0