The PostgreSQL object-relational database system provides reliability and data integrity.
785
ARM PostgreSQL version. Based on the official dockerfile
How to use this image start a postgres instance
docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres --name postgres-arm -d postgres
Usage:
docker run -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_SCHEMA=postgres --link postgres:postgres -d you_app
Content type
Image
Digest
Size
111.8 MB
Last updated
almost 11 years ago
docker pull joherma1/rpi-postgres