asimio/postgres

By asimio

Updated almost 5 years ago

Asimio Tech Postgres Docker Image that initially creates Role and DB if they don't exist

Image

1.6K

Usage example:
docker run -d -e DB_NAME=db_dvdrental -e DB_USER=user_dvdrental -e DB_PASSWD=changeit asimio/postgres
Extending it:
FROM asimio/postgres

RUN mkdir -p /docker-entrypoint-initdb.d
ADD sql/dvdrental.tar /docker-entrypoint-initdb.d/
Who do I talk to?

Docker Pull Command

docker pull asimio/postgres