PostgreSQL docker image based on Alpine Linux
1.9K
PostgreSQL docker image based on Alpine Linux
REPOSITORY TAG IMAGE ID CREATED SIZE
postgres 9.6 0e24dd8079dc 3 weeks ago 264.9 MB
smizy/postgres 9.6-alpine 9bf1f53bc202 27 minutes ago 26.15 MB
This image works in the same way the official postgres docker image work.
README: https://hub.docker.com/_/postgres/
# run container
$ docker run -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d smizy/postgres
Content type
Image
Digest
Size
11.4 MB
Last updated
almost 9 years ago
docker pull smizy/postgres